.top-content  .slider-top  .owl-stage{
   
    display: flex;
    flex-wrap: wrap;
   
}
.top-content  .w-50-2{
    position: absolute;
    right: -185px;
    top: 50%;
    transform: translateY(-50%);
}
.top-content {
    width: 100%;
    overflow: hidden;
}
.top-content  .slider-top  .prev{
    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  .slider-top  .next{
    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 {
    min-height: 540px;
    display: flex;
    align-items: center;
}
.top-content  .slider-top  .item .img img{
    height: 350px;
    object-fit: cover;
}
.slider-top{
    overflow: hidden;
  
}
@media only screen and (max-width: 736px) {
    .top-content .w-50-2{
     
        position: static;
    transform: inherit;
    margin-top: 20px;
    }
    .top-content .slider-top .next{
        right:10px
    }
    .top-content .slider-top {
        position: relative;
    }
    .top-content .slider-top .prev{
        left: 10px;
        z-index: 99;
    }
}