/* Add custom CSS styles below */ 
section.got-slider-section.special-progress .object-cover {
    object-fit: contain;
}
.got__header_search .s-search-icon-wrap {
    background-color: rgb(190 152 70);
}
.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info {
    left: 5%;
    text-align: -webkit-center;
}
section:nth-child( 3 of .got-main_slider) .got-swiper_info {
    width: 50%;
    left: 50% !important;
    padding: unset;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    background: rgba(255, 255, 255, 0.34);
    height: fit-content  !important;
    padding: 2rem  !important;
    border-radius: 50px;
    }

@media (min-width: 1024px) {
 section:nth-child( 1 of .got-main_slider)  .got-slider_img {
    height: 75vh !important;
    max-height: 100vh !important;
}
    section:nth-child( 2 of .got-main_slider) .got-slider_img , section:nth-child( 3 of .got-main_slider) .got-slider_img {
        height: 55vh !important;
    } 
  section:nth-child( 3 of .got-main_slider) .got-swiper_info  h1.got-title {
        font-size: 32px  !important;
    }

}
@media (max-width: 1024px) {
.got-main_slider .got-slider_img {
    min-height: 100px !important;
}
section.got-slider-section.special-progress h3 {
    font-size: 0.9rem;
    line-height: 20px;}
  .got-main_slider .got-swiper_info {
    width: 60%;
}
   .got-main_slider .got-swiper_info  h1.got-title {
        font-size: 22px  !important;
    }
section:nth-child( 3 of .got-main_slider) .got-swiper_info {
    width: 70%;
    }  
  section:nth-child( 3 of .got-main_slider) .got-swiper_info  h1.got-title {
        font-size: 14px  !important;
        padding-bottom: 0rem !important;
    }
}