/* Add custom CSS styles below */ 
.got-main_slider .got-custom_container .got-swiper_slide{
    display:flex;
    justify-content:center;
    width:100% !important;
}
.got-main_slider .got-custom_container .got-swiper_slide .h-full{
    width:100%;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info{
    padding:0;
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info >div{
    text-align:center;
    align-items:center;
    display:flex;
    flex-direction:column
}

.special-progress .swiper-wrapper{
    justify-content:center;
}