.wrapper-next-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 52px;
    height: 52px;
    right: -15%;
    top: 48%;
    transform: translateY(-20%);
    background: #FFFFFF21;
    border-radius: 12px;
    z-index: 3;
}
.wrapper-prev-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 52px;
    height: 52px;
    left: -15%;
    top: 48%;
    transform: translateY(-20%);
    background: #FFFFFF21;
    border-radius: 12px;
    z-index: 3;
}
.wrapper-prev-arrow svg{
    margin-right: 3px;
}
.wrapper-next-arrow svg{
    margin-left: 3px;
}
.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.owl-carousel button.owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}
.owl-dots .active{
    width: 12px!important;
    height: 12px!important;
    background: rgba(255, 255, 255, 0.87) !important;
}
