ul.site-slider {
    margin: 0!important;
    padding: 0!important;
}
.site-slider.owl-carousel .owl-item{
    margin: 0;
    padding: 0;
}
.site-slider li{list-style: none}
.site-slider img {
    width: 100%;
    height: 500px!important;
    object-fit: cover;
    object-position: center;
}
.site-slider .slider-text {
    position: absolute;
    top: 17%;
    right: 10%;
    padding: 20px;
    background: rgb(255 255 255 / 69%);
    max-width: 300px;
    width: 100%;
    z-index: 100000000000000000000000000000000000000000;
    border-radius: 10px;
}
.site-slider .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.site-slider .owl-prev, .site-slider .owl-next {
    width: 70px;
    height: 70px;
    border-radius: 100%!important;
    background: #27bb6d73!important;
    color: white;
    font-size: 40px!important;
}
.site-slider .owl-prev:hover, .site-slider .owl-next:hover {
    background: #27bb6d !important;
    border: 1px solid white;
}
.site-slider .slider-text h3{
    font-size: 31px;
}
@media (max-width: 480px){
    .site-slider .slider-text {
        position: absolute;
        top: 35%;
        display: flex;
        justify-content: center;
        padding: 20px;
        background: rgb(255 255 255 / 69%);
        max-width: 300px;
        width: 100%;
        flex-direction: column;
    }
    .site-slider .owl-nav {

        top: 80%;

    }

}