.language-link:hover {
    color: var(--color-primary-1) !important;
}

.section {
    padding: 50px !important;
}

#hero-section {
    min-height: 40vh !important;
}

.language-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 2rem 0 1rem;
}

.language-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90px;
}

.language-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.language-logo span {
    font-size: 0.75rem;
    text-align: center;
    color: var(--color-secondary, #6c757d);
}

@media only screen and (max-width: 1200px) {
    .img-ci-cd {
        width: 444px !important;
        height: 250px !important;
    }
    .second-row > div {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .img-ci-cd {
        width: 300px !important;
        height: 168px !important;
    }
}

@media only screen and (max-width: 800px) {
    .second-row {
        flex-wrap: wrap-reverse;
    }
    .img-ci-cd {
        width: 444px !important;
        height: 300px !important;
    }
    .third-row {
        flex-wrap: wrap;
    }
    .second-row, .third-row {
        justify-content: center;
    }
    .third-row > .ms-5 {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .img-ci-cd {
        width: 350px !important;
        height: 250px !important;
    }
    .section {
        padding: 10px !important;
    }
}
