/* First Screen - Start */
.section-fs,
.section-fs .row-fs,
.section-fs .row-fs .col-fs-1 {
    min-height: calc(100dvh - 163px) !important;
}
.col-fs-1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (min-width: 1280px) {
    .section-fs .row-fs .column-wrapper > .ba-col-5 {
        width: 48%;
    }
    .section-fs .row-fs .column-wrapper > .ba-col-7 {
        width: 52%;
    }
}
/* First Screen - End */

/* Partner Slider - Start */
.am-slideset .ba-slideset {
    overflow: visible!important;
}
.ba-slideset .slideshow-content {
    overflow: visible!important;
}
.am-slideset li {
    width: calc((100% - 40px) / 5)!important;
    border-radius: 5px;
    box-shadow: 0px 4px 24px 0px rgba(26, 26, 26, 0.08);
}
.ba-slideset .ba-slideset-dots {
    padding-top: 30px;
}
@media (max-width: 1440px) {
    .am-slideset li {
        width: calc((100% - 30px) / 4)!important;
    }
}
@media (max-width: 1024px) {
    .am-slideset li {
        width: calc((100% - 20px) / 3)!important;
    }
}
@media (max-width: 480px) {
    .am-slideset li {
        width: calc((100% - 0px) / 1)!important;
    }
}
/* Partner Slider - End */

/* About Main - Start */
@media (max-width: 1024px) {
    .about-amonte-col {
        align-items: start!important;
    }
}
/* About Main - End */