.three-blocks {
    background: #fffcf7;
}

.three-blocks .col-md-4 .img-1 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #D36582;
    box-shadow: 0 0 0 4px #d3648233;
}

.three-blocks .col-md-4 .img-2 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #2B59C3;
    box-shadow: 0 0 0 4px #2B59C333;
}

.three-blocks .col-md-4 .img-3 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #C9A690;
    box-shadow: 0 0 0 4px #C9A69033;
}

.paginated-customer-reviews .row {
    position: relative;
}

.paginated-customer-reviews .quotation-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffeecf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginated-customer-reviews h2 {
    position: absolute;
    bottom: -40%;
}

.paginated-customer-reviews .reviews .customer img {
    border-radius: 50%;
}

.about-container{
    background-color: #fffcf7;
}

@media screen and (min-width: 576px) {
    .overflow-sm-hidden {
        overflow: hidden !important;
    }
}

@media screen and (max-width: 576px) {

    .three-blocks{
        margin-top: 100px;
    }
    .paginated-customer-reviews .quotation-icon {
        transform: translateY(-32px);
    }
}

@media screen and (min-width: 768px) {
    .paginated-customer-reviews h2 {
        left: 60px;
    }
}

@media screen and (max-width: 768px) {
    .paginated-customer-reviews h2 {
        font-size: 30px !important;
        font-weight: bold;
    }
}

@media screen and (min-width: 1200px) {
    .paginated-customer-reviews h2 {
        bottom: -20%;
    }
}

@media screen and (min-width: 2000px) {
    .image-banner img {
        max-height: 600px;
        object-fit: cover;
        object-position: top;
    }
}



.image-banner .searchbox {
    height: 40px;
}
/* 
.image-banner .searchbox form {
    transform: translateY(-40px);
} */

/* @media screen and (max-width: 768px) {
    .image-banner .searchbox form {
        transform: translateY(-100px);
    }
} */