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

.featured_testimonials .more {
    display: block;
    margin-top: 100px;
    text-decoration: underline;
    color: #32B4A6;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
}

.featured_testimonials .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.featured-testimonial {
    width: 90% !important;
    position: relative;
    border-radius: 15px;
    margin: 0.5em 0em;
}

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

.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 4px 4px rgb(164 160 160 / 40%);
}

.featured-testimonial .image img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid #EFEFF4;
}

.featured-testimonial .text {
    padding: 1em;
    min-height: 290px;
    background-color: white;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 4px 4px rgb(164 160 160 / 40%);
}

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

.featured-testimonial .text p {
    color: #292929;
    margin: 0.5em 0em;
}

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

.featured-testimonial div.content div.text p,
div.testimonial div.content div.text p {
    font-size: 16px;
    color: #292929;
    line-height: 1.3;
    font-weight: 400;
    display: inline;
}

.featured-testimonial div.text p.show:first-of-type:after,
.featured-testimonial div.text p:nth-of-type(2),
div.testimonial div.content div.text p.show:first-of-type:after,
div.testimonial div.content div.text p:nth-of-type(2) {
    display: none;
}

.featured-testimonial div.text p.show,
div.testimonial div.content div.text p.show {
    display: block;
}

.featured-testimonial div.text p a,
div.testimonial div.content div.text p a {
    color: #848484;
    text-decoration: underline;
    display: inline-block;
    outline: 0;
}

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

.table .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.7em 1em;
}

.table .row:nth-of-type(even) {
    background-color: #EFEFF4;
}

.table .row .name {
    width: 33.3%;
    color: #292929;
}

.table .row .other,
.table .row .as {
    width: 33.3%;
    text-align: center;
    color: #5F5F5F;
}

.table .row .as.checked {
    background-image: url("/wp-content/themes/angelsense/images/check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    height: 24px;
}

.table .row .other.un-checked {
    background-image: url("/wp-content/themes/angelsense/images/uncheck-table.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    height: 24px;
}