.trustpilot-widget {
    width: 245px;
}

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

.table > h2 {
    position: relative;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    color: #32b4a6;
    margin-bottom: 0.5em;
}

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

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

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

.table .row .other,
.table .row .as {
    width: 25%;
    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/none.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    height: 24px;
}

.about {
    padding: 2em calc((100% - 1190px)/ 2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.about .left {
    width: 100%;
}

.about .left article h3,
.about .left article h2 {
    position: relative;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    color: #32b4a6;
    margin-bottom: 0.5em;
}

.about .left article h3 {
    margin-top: 0.5em;
}

.about .left article p {
    color: #292929;
    line-height: 1.5em;
}

.about .left article .featured-testimonial p {
    color: white;
    line-height: 1.3;
}

.about .left article a {
    display: block;
    margin-top: 0.3em;
    font-weight: 700;
    color: #32b4a6;
    text-decoration: underline;
}

.featured-testimonial {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 15px;
    margin: 0em;
}

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

.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 .image img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid white;
}

.featured-testimonial .text {
    width: 100%;
    padding: 1em;
    padding-top: 100px;
    margin-top: -100px;
    border-radius: 15px;
    background-color: #32b4a6;
    color: white;
}

.featured-testimonial .text h3 {
    color: #32B4A6;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    position: relative;
}

.featured-testimonial .text p {
    color: white;
    margin: 0.5em 0em;
    position: relative;
    z-index: 0;
}

.featured-testimonial .text p:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/testimonial-phrase.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    z-index: -1;
    opacity: 0.3;
}

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

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

.featured-testimonial div.content div.text p,
div.testimonial div.content div.text p {
    font-size: 14px;
    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: inline;
}

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

div.testimonial div.content div.text span.name {
    font-style: normal;
    font-size: 14px;
    color: rgb(15, 15, 15);
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0.5em;
    display: block;
}