.about-hero {
    height: 100vh;
    min-height: 100vh;
}

.about-hero-container {
    height: 100vh;
}

.about-hero-img {
    object-fit: cover;
    height: 100%;
}

@media (min-width: 768px) {
    .md\:w-\[calc\(100\%-400px\)\] {
        width: calc(100% - 400px);
    }
    .md\:w-\[600px\] {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .about-hero-img {
        object-fit: contain;
        height: auto;
    }

    .about-hero {
        height: fit-content;
        min-height: auto;
    }

    .about-hero-container {
        height: fit-content;
    }


}

@media (max-width: 580px) {
    .about-hero h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-bottom: 6px !important;
    }

    .about-hero p {
        font-size: 10px !important;
    }

    .about-hero-text-container {
        padding: 15px 10px 18px !important;
    }
}
@media (max-width: 375px) {
    .about-hero h1 {
        font-size: 18px !important;
        line-height: 18px !important;
        margin-bottom: 4px !important;
    }

    .about-hero p {
        font-size: 12px !important;
    }

    .about-hero-text-container {
        padding: 10px 5px !important;
    }
}
/*@media (min-width: 768px) {*/
/*    .about-hero-container {*/
/*        height: 755px;*/
/*    }*/
/*}*/

.glightbox-clean .gslide-title{
    font-size: 28px !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}
.glightbox-clean .gslide-desc{
    font-size: 18px !important;
    font-weight: 500 !important;
}
