@charset "utf-8";

 .owl-carousel .owl-item img {
    height: auto !important;
}
.floating_bg.abs {
    background: #feb902;
    width: 100%;
    height: 85%;
    z-index: -1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

 .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}
 .owl-carousel .owl-nav img{
    width: 35px;
    margin-top: 25px;
}
.owl-carousel .owl-item img {
    width: 100%;
}