.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: 48%;
    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 3em;
    background-color: white;
    border-radius: 0px 0px 15px 15px;
    min-height: 290px;
}

.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;
}

section.about {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding: 50px calc((100% - 700px)/ 2);
    padding-bottom: calc(100vw * (550/1920));
}

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

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

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

.unique ul li svg circle,
.unique ul li svg path {
    fill: white !important;
}

.unique2 ul li h3,
.unique ul li h3 {
    color: white;
    font-size: 20px;
    font-weight: 400 !important;
}

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

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

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

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

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

section.features .wrap .feature {
    width: 48.5%;
    background-color: white;
    text-align: left;
    border-radius: 8px;
    padding: 1em;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 1em 0em;
}

section.features .wrap .feature .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

section.features .wrap .feature .title svg {
    width: 60px;
    margin-right: 0.5em;
}

section.features .wrap .feature .title h3 {
    color: #32B4A6;
    font-size: 20px;
}

section.features .wrap .feature ul {
    margin-top: 1em;
}

section.features .wrap .feature ul li {
    position: relative;
    font-size: 18px;
    color: #292929;
    margin: .2em 0em;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
}

section.features .wrap .feature ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #292929;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}