.review-social-icons img{
   transition: all 150ms cubic-bezier(0, 1.68, 0.99, 1.66);
}

.review-social-icons img:hover {
    scale: .95;
    filter: drop-shadow(0px 0px 5px rgba(0 0 0 / 25%));
}

.Reviews #u_row_sec3 {
    background: linear-gradient(to bottom, rgba(var(--primary-color-rgb), .9), rgba(var(--primary-color-rgb), .7)), url(https://assets.unlayer.com/projects/5192/1673502810367-reviews-sec2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.Reviews #u_row_sec3 {
    background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,.1)), 
    url(https://assets.unlayer.com/projects/5192/1676893163568-bg3.jpg) no-repeat center fixed;
    background-size: cover;
}

@media(max-width: 991px){
.Reviews #u_row_sec1.v-row-padding #u_column_15 .v-col-padding {
    padding: 0px !important;
}

.review_flex .u-row > #u_column_17 .v-col-padding {
    flex-wrap: wrap;
}
}

@media(max-width: 768px){
    .Reviews #u_content_custom_reviews_1 .d-con-review-container {
      padding-left: 30px;
      padding-top: 10px;
   }

   .Reviews #u_content_custom_reviews_1 .d-con-review .d-review {
    margin-right: 30px;
    margin-bottom: 50px;
   }
}