
.top-content-3  .w-50-2{
    position: absolute;
    right: -185px;
    top: 50%;
    transform: translateY(-50%);
    
}
.top-content-3  .slider-top-2 {
    overflow: hidden;
}
.top-content-3  .slider-top-2   .prev-1{
    left: -53px;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    top: 50%;
    transform: translateY(-50%);
 
}
.top-content-3  .slider-top-2   .next-1{
    right: 186px;
   
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;

}
.top-content-3 {
    min-height: 540px;
    display: flex;
    align-items: center;
}
.top-content-3  .slider-top-2  .item .img img{
    height: 220px;
    object-fit: cover;
}
.top-content-3  .slider-top-2   .swiper-slide-active{
    width: 300px!important;
}
.top-content-3  .slider-top-2   .swiper-slide-active  .img img{
    height: 300px;

}
@media only screen and (max-width: 736px) {
    .top-content-3  .w-50-2{
     
        position: static;
    transform: inherit;
    margin-top: 20px;
    }
    .top-content-3 .slider-top-2{
        position: relative;
    }
    .top-content-3 .slider-top-2 .next-1{
        right: 10px;
    }
    .top-content-3 .slider-top-2 .prev-1{
        left: 10px;
        z-index: 11;
    }
   
}