/* Add custom CSS styles below */ 
.got-slider-section .s-slider-swiper-wrapper{
    justify-content:center;
}

.got-main_slider:nth-of-type(6) img {
    height:400px !important;
}
.got-main_slider:nth-of-type(6) .got-swiper_info{
    height:400px !important;
    padding-right:0 !important;
    justify-self:end !important;
    justify-content:center !important;; 
    margin:10px;
    width:600px !important;

}    
.got-main_slider:nth-of-type(6) .got-swiper_info > div{
    background-color:#ffffff42;
    padding:20px;
    border-radius:10px;
    padding-top:40px !important;
    padding-bottom:40px !important;

}
.got-main_slider:nth-of-type(10) img {
    height:400px !important;
}
.got-main_slider:nth-of-type(10) a{
    display:none !important;
}
.got-main_slider:nth-of-type(10) .got-swiper_info{
     height:400px !important;
    justify-content:center !important;;
    justify-self:center!important;
    text-align:center;
    padding-right:0 !important;
}
.got-main_slider:nth-of-type(10) .got-swiper_info p{
        justify-self:center!important;
}
@media(max-width:768px){
    .got-main_slider:nth-of-type(6) .got-swiper_info {
            width:400px !important;
    }
}