
.testimonials {
    padding: 50px calc((100% - 1190px)/ 2);
}

.testimonials .wrap {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonials .wrap .testimonial {
    margin: 0em 0em 2em 0em;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
}

.testimonials .wrap .testimonial .info {
    padding: 1em;
}

.testimonials .wrap .testimonial .info p {
    color: #5F5F5F;
    font-size: 16px;
    line-height: 22px;
}

.testimonials .wrap .testimonial .info .name {
    display: block;
    margin-top: 0.3em;
    color: #32b4a6;
    font-weight: 600;
}

.testimonials .slick-slide {
     margin: 0 10px; /* Add margin to create spacing */
}

.testimonials .slick-list {
    margin: 0 -10px; /* Adjust the slick-list margin to compensate */
}

.news {
    padding: 50px calc((100% - 1190px)/ 2);
    background-color: #EFEFF4;
}

.news .wrap {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.news .wrap a {
    width: 32%;
}

.news .wrap a p {
    font-size: 16px;
    line-height: 22px;
}

.community {
    padding: 50px calc((100% - 800px)/ 2);
}

.community p {
    margin: 1em 0em;
}

.map {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100vw*(501 / 1920));
}

section.featured {
    padding: 50px calc((100% - 1390px)/ 2);
    background-color: white;
    text-align: center;
}

section.featured h2 {
    margin-bottom: 1em;
}