.testimonial{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}
.testimonial-index {
    margin: 0 30px 60px;
}
.shadow-effect{
    background:#EFEDED;
    padding:20px 20px 60px;
    border-radius:0;
    position:relative
}
.testimonial section{
    width: calc(26% - 1%); /* For three cards per row, adjust as needed */
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.testomonial-info{
    position:absolute;
    margin-top:-47px;
    margin-left:20px;
    width: auto;
}
.testimonial-title{
    margin:1vw .25rem;
    padding:1rem
}
.testomonial-info .customer-name{
    font-size:12px;
    line-height:12px
}
.testomonial-info .customer-location{
    font-size:11px;
    line-height:7px
}
.testomonial-info .customer-gift{
    font-size:12px;
    line-height:7px;
    width: 80%;
}
.testomonial-info p.customer-location,.testomonial-info p.rating{
    line-height:16px;
    margin-top:-13px!important
}
.owl-item.active.center{
    text-align:left!important
}
.owl-item.active.center .testomonial-info .customer-location{
    color:#fff
}
.testomonial-info .customer-gift{
    color:#222;
    line-height:12px
}
.owl-item.active.center .testomonial-info .customer-name{
    color:#fff
}
.rating{
    color:#FFBA0A;
    font-size:11px
}
.flex-testimonial img{
    transform-style:preserve-3d;
    max-width:90px;
    margin:0 auto 17px
}
.flex-testimonial{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.float-img{
    float:left;
    padding-right:10px
}
p.customer-name{
    margin: 1px 0 14px;
}
@media (max-width: 1920px) {
    .testomonial-info .customer-gift{
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .testomonial-info .customer-gift{
        width: 90%;
    }
}
@media (max-width: 1440px) {
    .testimonial section {
        width: calc(32.333% - 1%);
    }
    .testomonial-info .customer-gift{
        width: 100%;
    }
}
@media (max-width: 1280px) {
    .testimonial section {
        width: calc(32.333% - 1%);
    }
    .testomonial-info .customer-gift{
        width: 90%;
    }
}
@media (max-width: 1024px) {
    .testimonial section {
        width: calc(47% - 1%);
    }
    .testomonial-info .customer-gift{
        width: 100%;
    }
}
@media (max-width: 800px) {
    .testomonial-info .customer-gift{
        width: 80%;
    }
}
@media (max-width: 640px) {
    .testimonial section {
        width: 100%;
    }
    .testomonial-info .customer-gift{
        width: 100%;
    }
}
