
.testimonials h2,
.wearing-option h2,
.wearing-points h2 {
    font-size: 36px;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

.wearing-option h2 {
    color: white;
}

.testimonials .wrap,
.wearing-option .wrap,
.wearing-points .wrap {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.wearing-option .wrap {
    padding: 0em 80px;
}

.wearing-option .wrap {
    flex-wrap: wrap;
}

.testimonials .wrap {
    flex-direction: column;
    padding: 0 120px;
}

.wearing-points .wrap article {
    width: 30%;
}

.wearing-option .wrap article {
    width: 45%;
    margin-bottom: 3em;
}

.testimonials .wrap article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.testimonials .wrap article:last-of-type {
    margin-bottom: 0;
}

.testimonials .wrap article .image {
    width: 250px;
}

.testimonials .wrap article .info {
    width: calc(100% - 300px);
}

.testimonials .wrap article .image img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.wearing-option .wrap article img,
.wearing-points .wrap article img {
    margin-bottom: 1em;
}

.wearing-option .wrap article h3,
.wearing-points .wrap article h3 {
    color: #292929;
    margin-bottom: 0.2em;
    font-size: 18px;
}

.wearing-option .wrap article h3,
.wearing-option .wrap article p {
    color: white;
}

.testimonials .wrap article .info p {
    position: relative;
}

.testimonials .wrap article .info p:before {
    content: "";
    background-image: url(/wp-content/themes/angelsense/images/testimonial-phrase-gree.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
}

.testimonials .wrap article .info .name {
    display: block;
    margin-top: 2em;
    font-size: 18px;
    color: #292929;
}

.video .video-wrap {
    width: 600px;
    margin: 0 auto 2em auto;
}

.video h3 {
    color: #292929;
    font-size: 20px;
}

.video p {
    margin: 2em 0em 1.5em 0em;
}