
.unique ul {
    margin-top: 4em;
    margin-left: 17.5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.unique ul li {
    position: relative;
    width: 31%;
    padding: 16px 16px 16px 32px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #32b4a6;
}

.unique ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -17.5px;
    background-image: url(/wp-content/themes/angelsense/images/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 35px;
    height: 35px
}

.unique ul li p {
    color: #32b4a6;
    font-weight: 500;
    font-family: Rubik;
    line-height: 22px;
}

.realty {
    background-color: #32b4a6;
}

.realty ul {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.realty ul li {
    width: 31%;
    min-height: 150px;
    padding: 16px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
}

.realty ul li p.title {
    color: #32b4a6;
    font-weight: 600;
}

.realty ul li p {
    color: #292929;
}

.main_testimonials .wrap {
    border-radius: 10px;
    /* Box Shadow */
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    background-color: #EFEFF4;
    text-align: center;
}

.main_testimonials .wrap {
    padding: 16px;
}

.main_testimonials .wrap .testimonial .text p {
    position: relative;
    color: #292929;
}

.main_testimonials .wrap .testimonial .text p:before {
    content: "";
    margin: 0 auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
}

.learn {
    background-color: #32b4a6;
}

.learn article {
    width: 800px;
    margin: 1em auto;
    margin-bottom: 2em;
    padding-bottom: 2em;
    color: white;
    text-align: center;
}

.learn article:first-of-type {
    margin-top: 0em;
    border-bottom: 1px solid rgba(184, 229, 227, 0.50);
}

.learn article p {
    margin-top: 0.3em;
    font-size: 18px;
}

.learn ul {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.learn ul li {
    margin: 0.5em 0em;
    width: 49%;
    min-height: 125px;
    padding: 16px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    color: #292929;
}

.learn ul li h3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.learn ul li h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.learn ul li p {
    margin-top: 0.5em;
}

.expert {
    background-color: #EFEFF4;
    text-align: center;
}

.expert > p {
    color: #292929;
}

.expert .wrap {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.expert .wrap article {
    width: 48%;
}

.expert .wrap article h3 {
    color: #292929;
    margin: 0.5em 0em;
}

.expert .wrap article p {
    color: #5F5F5F;
}

.featured_testimonials {
    background-color: white;
    text-align: center;
}

.featured_testimonials .wrap {
    margin-top: 2em;
    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: #EFEFF4;
    z-index: -1;
    top: 90px;
}

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

.featured-testimonial .text {
    padding: 1em;
    min-height: 185px;
    background-color: #EFEFF4;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 1px 3px 3px rgb(0 0 0 / 33%);
}

.featured-testimonial .text h3 {
    display: none;
    color: #32B4A6;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    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_testimonials div.testimonial {
    width: 32%;
    background-color: #EFEFF4;
    border-radius: 8px;
    margin: 0.8% 0.6%;
    padding: 0em 0em 1em 0em;
    min-height: 290px;
    align-self: flex-start;
}

.featured_testimonials div.testimonial div.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0em 0em;
}

.featured_testimonials div.testimonial div.content div.image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    border-radius: 8px;
}

.featured_testimonials div.testimonial div.content div.video {
    width: 100%;
    height: 260px;
    border-radius: 8px;
}

.featured_testimonials div.testimonial div.content div.video iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
}

.featured_testimonials div.testimonial div.content div.text {
    width: 100%;
    padding: 0em 1em;
    margin-top: 0.5em;
}

.featured_testimonials div.testimonial div.content div.text h3 {
    color: #32B4A6;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0.3em;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-left: 10px;
}

.featured-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){
    display: none;
}

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

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

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

section.outer {
    background-color: #32b4a6;
    text-align: center;
    color: white
}

section.outer p {
    margin: 0.8em;
    font-size: 20px;
}