﻿.customer-review-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:45px;margin-bottom:30px}
.customer-review-item .img{width:500px;position:relative;display:flex;justify-content:flex-end}
.customer-review-item .img .icon{position:absolute;left:0;right:0;z-index:1;width:65%}
.customer-review-item .img .author{width:74%;margin-top:30px;z-index:2}
.customer-review-item .info{flex:1;background:#f7f7f7;border-radius:10px;padding:40px 50px;display:flex;flex-direction:column;justify-content:center}
.customer-review-item .info .p1{font-size:20px;color:#111;font-weight:600}
.customer-review-item .info .p2{color:#333;font-weight:500}
.customer-review-item .info .p3{color:#666}
@media (max-width:1440px){.customer-review-item .img{width:300px}
}
@media (max-width:1024px){.customer-review-item{flex-direction:column}
.customer-review-item:nth-child(2n+1){flex-direction:column-reverse}
}
@media (max-width:768px){.customer-review-item{gap:0}
.customer-review-item .img{width:200px}
.customer-review-item .info{padding:20px 10px;margin-top:15px}
}
