.client-reveiw-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.5% 65.7%;
}
.client-reveiw-img figure img{
    border-radius: 5px;
}
.auther-reveiw{
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 78px 95px 68px;
    background: var(--primary--color);
}
.auther-name {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-bottom: 19px;
    padding-bottom: 15px;
    color: var(--accent-color);
}
.auther-name:after {
    bottom: 0;
    left: 0;
    width: 20px;
    content: "";
    height: 2px;
    position: absolute;
    background: var(--accent-color);
}
.auther-reveiw p{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
}
.vedio-btn a {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    background: #6610f2;
    border-radius: 5px;
    color: var(--white-color);
    padding: 23px 41px 23px 42px;
}
.vedio-btn a:hover{
    transform: translateY(-5px);
    background: var(--accent-color);
}
.client-reveiw-content .owl-theme .owl-nav{
    display: none;
}
.client-reveiw-content .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 6px;
    margin: 0;
    background: #620fe9;
    border-radius: 3px;
}
.client-reveiw-content .owl-dots {
    gap: 5px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 26px;
}
.client-reveiw-content .owl-dots button:focus{
    outline: none;
}
.client-reveiw-content .owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    background: rgb(98 15 233 / 30%);
}
/* RESPONSIVE */
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1199px) {
    .client-reveiw-img IMG{
        width: 100%;
    }
    .auther-reveiw {
        margin-bottom: 20px;
        padding: 60px 45px;
    }
    .auther-reveiw p {
        font-size: 20px;
        line-height: 34px;
    }
    .vedio-btn a {
        padding: 21px 32px 20px;
    }
    .auther-name {
        margin-bottom: 16px;
        padding-bottom: 9px;
    }

}
@media only screen and (max-width: 991px) {
    .client-reveiw-box {
        gap: 20px;
        grid-template-columns: 35.5% 61.7%;
    }
    .auther-reveiw {
        padding: 40px 25px;
    }
    .auther-reveiw p {
        font-size: 18px;
        line-height: 28px;
    }
    .auther-name {
        margin-bottom: 14px;
        padding-bottom: 7px;
        font-size: 18px;
        line-height: 18px;
    }
    .vedio-btn a {
        padding: 19px 28px 18px;
    }
}
@media only screen and (max-width: 767px) {
    .client-reveiw-box {
        gap: 15px;
        grid-template-columns: 100%;
    }
    .client-reveiw-img {
        width: 320px;
        margin: 0 auto;
    }
    .auther-reveiw p {
        font-size: 16px;
        line-height: 26px;
    }
    .vedio-btn a {
        font-size: 14px;
        line-height: 14px;
    }
    .vedio-btn a i{
        font-size: 12px;
    }
}
@media only screen and (max-width: 575px) {
    .client-reveiw-img {
        width: 250px;
    }
    .auther-reveiw {
        padding: 30px 15px;
    }
    .auther-name {
        font-size: 16px;
        line-height: 16px;
    }
    .auther-reveiw p {
        font-size: 14px;
        line-height: 22px;
    }
}