section.section-reviews {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.section-reviews::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*opacity: 0.5;*/
    z-index: 1;
    background: rgb(228,85,68);
    background: linear-gradient(45deg, rgba(228,85,68,1) 0%, rgba(176,48,88,1) 100%);
}
section.section-reviews p,
section.section-reviews h2 {
    color: #fff !important;
}
section.section-reviews p {
    margin: 20px 0;
    font-size: 20px !important;
}
section.section-reviews a {
    text-decoration: underline;
}
section.section-reviews a:hover {
    text-decoration: none;
}
section.section-reviews .italic {
    font-style: italic;
    letter-spacing: 1px;
}
section.section-reviews .font-title {
    margin-top: 20px;
}
section.section-reviews .font-title a {
    color: #fff;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
}
.reviews .review {
    padding: 45px;
    width: 100%;
    min-height: 350px;
    background: #fff;
    border-radius: 6px;
}
