.contentarea .container {
    max-width: unset;
}
.five-star-section {
    text-align: left;
    padding: 40px 60px;
    background-color: #EFEFEF;
    margin-bottom: 20px;
}
.five-star-section .five-star-image {
    background: url(../images/5-star.webp) left 25% center no-repeat;
    width: 100%;
}
.five-star-section .five-star-text {
    padding-left: 40px;
}

.social-review-links {
    margin-bottom: 15px;
}


@media (max-width: 1199px) {
    .five-star-section {
        padding: 40px clamp(25px, 4vw, 40px);
    }
    .five-star-section .five-star-image {
        height: clamp(400px, 46vw, 550px);
        margin-bottom: 20px;
    }
    .five-star-section .five-star-text {
        padding-left: 10px;
    }
}

