.hidden {
    display: none !important;
}
.logo-img {
    height: 350px;
    object-fit: contain;
}
.description-section {
    padding: 20px 0;
    background-color: #f8f9fa;
    border-radius: 10px;
}
.tech-icon {
    font-size: 1.2rem;
    margin-right: 5px;
}
li {
    margin-bottom: .5rem;
}