.reviews-sec{background: url(https://assets.unlayer.com/projects/5192/1683290207561-reviews-sec2-bg.jpg) no-repeat fixed center;
    background-size: cover;  padding: 110px 0; position:relative;}

.reviews-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    content:'';
width:100%;
height:100%;
}

.reviews-sec {
    background: url(https://assets.unlayer.com/projects/5192/1683290207561-reviews-sec2-bg.jpg) no-repeat fixed center;
    background-size: cover !important;
    position: relative;
}

.social-icons .v-col-padding {
    display: flex;
    align-items: center;
justify-content:center;
}

.social-icons .v-col-padding > div {
    max-width: 150px;
}

@media (max-width: 480px){

}