section.intro {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vw * (372/1920));
    min-height: 372px;
    padding: 0px calc((100% - 800px)/ 2);
    padding-bottom: 0;
    position: relative;
}

section.about {
    padding: 50px calc((100% - 700px)/ 2);
    text-align: center;
}

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

.featured_testimonials {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #EFEFF4;
    text-align: center;
}

.outro {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #EFEFF4;
    text-align: center;
}

.image-seperator h2,
.outro h2,
.featured_testimonials h2,
.unique h2,
section.about h2,
section.intro h2 {
    font-size: 36px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 40px;
}

.image-seperator h2 {
    text-align: center;
}

.outro h2 {
    color: #32b4a6;
}

.honor article .info h2 {
    font-size: 28px;
    line-height: 34px;
}

.outro p,
.community p,
.featured-testimonial .text p,
.unique2 p,
.unique p,
section.about p,
section.intro article p {
    font-size: 18px;
    color: #292929;
    margin: 1em 0em;
    font-weight: 400;
    line-height: 26px;
}

section.about p br {
    display: none;
}

.features h2 br,
.featured-testimonial .text p br {
    display: none;
}

.outro p,
.unique2 p,
.unique p {
    margin-top: 0.5em;
    color: white;
}

.unique ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.unique ul li {
    width: 33.3%;
    text-align: center;
    margin: 2.5em 0em;
}

.unique ul li svg {
    width: 60px;
}

/*.unique ul li svg path {
    fill: white !important;
}*/

.unique ul li h3 {
    color: #32b4a6;
    font-size: 20px;
    font-weight: 400 !important;
    font-family: "Open Sans";
}

.unique div.action {
    margin-top: 1em;
    margin-bottom: 1em;
}

.unique div.action .action {
    background-color: transparent !important;
}

.unique div.action .action:hover {
    background-color: white !important;
    color: #32b4a6;
}

.image-seperator img {
    display: block;
    width: 100%;
    height: auto;
}

.featured_testimonials .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 150px;
    margin-bottom: 50px;
}

.featured_testimonials .see-more {
    color: #32b4a6;
    font-family: Rubik;
    text-decoration: underline;
}

.featured-testimonial {
    width: 32%;
    position: relative;
    border-radius: 15px;
    margin: 0.5em 0em;
    box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
}

.featured-testimonial .image {
    border-radius: 15px 15px 0px 0px;
    position: relative;
    background-color: white;
}

.featured-testimonial .image img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-top: -90px;
}

.featured-testimonial .image:before {
    content: "";
    border-radius: 15px 15px 0px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: -1;
    top: 90px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 33%);
}

.featured-testimonial .text {
    padding: 1em 2em;
    background-color: white;
    border-radius: 0px 0px 15px 15px;
    min-height: 310px;
}

.featured-testimonial .text h3 {
    color: #32B4A6;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px /* 132.143% */;
}

.featured-testimonial .text .name {
    display: block;
    margin-top: 1em;
    color: #292929;
    font-weight: 600;
}

