
.ad-banner-text {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    text-align: left;
    padding-right: 30px;
}
.ad-banner-text h2 {
    font-size: 2vw;
    color: #000;
    font-family: "Archivo";
    font-weight: bold;
    text-transform: uppercase;
}
.ad-banner-text span {
    font-size: 12px;
    color: #000;
    font-family: "Archivo";
    font-weight: bold;
}
.ad-banner-text h4 {
    font-size: 14px;
    color: #000;
    font-family: "Archivo";
    font-weight: bold;
}
.owl-item.active {
    margin-bottom: 20px;
    margin-top: 20px;
}
.ad-banner-text.category-sidebar {
    top: unset;
    bottom: 20px;
    right: 10px;
}
.right-arrow-div{
    position: absolute;
    top: 50%;
    right: 10px;
}