
.features {
    padding: 100px calc((100% - 1200px)/ 2);
    background-color: #32B4A6;
    color: white;
}

.features h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
    line-height: 42px;
}

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

.features .wrap .feature {
    width: 32.3%;
    background-color: white;
    border-radius: 1.25rem;
    margin-bottom: 1em;
    padding: 16px 24px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.20);
    color: #292929;
    position: relative;
    min-height: 115px;
}

.features .wrap .feature h3 {
    color: #32B4A6;
    /* 20 bold */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 140% */
    margin-bottom: 0.5em;
}

.features .wrap .feature p {
    width: 80%;
    font-size: 16px;
}

.features .wrap .feature .icon {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features .action {
    top: 64px;
    display: block;
    position: relative;
    z-index: 1;
}

.specs {
    background-color: #DAF0ED;
    position: relative;
}

.specs .wrapper {
    padding: 50px calc((100% - 800px)/ 2);
    background-color: white;
}

.specs .device_video {
    background-color: white;
    position: relative;
}

.specs > h2 {
    padding: 50px 0px 200px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #32B4A6;
    line-height: 42px;
}

.specs .wrap {
    padding: 100px calc((100% - 1200px)/ 2);
    padding-bottom: 0px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.specs .wrap .device.watch,
.specs .wrap .device.gps {
    margin-top: -293px;
    width: 50%;
}

.specs .wrap .device.subject-title {
    width: 20%;
}

.specs .wrap .device.gps:before {
    content: "";
    display: block;
    margin: 0 auto;
    background-image: url(/wp-content/themes/angelsense/images/gps4-new.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 201px;
    height: 283px;
}

.specs .wrap .device.watch:before {
    content: "";
    display: block;
    margin: 0 auto;
    background-image: url(/wp-content/themes/angelsense/images/Watch.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 201px;
    height: 283px;
    position: relative;
}

.specs .wrap .device h2 {
    color: #5F5F5F;
    /* 22 medium */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem; /* 127.273% */
}

.specs .wrap .device ul {
    display: block;
    margin-top: 1em;
}

.specs .wrap .device ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #e7e7e7;
    color: #292929;
    white-space: nowrap;
}

.specs .wrap .device.subject-title ul li {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.specs .wrap .device ul li:nth-last-of-type(even) {
    background-color: #EFEFF4;
}

.specs .wrap .device ul li .info {
    padding: 1em 1em;
    width: 100%;
}

.specs .wrap .device.subject-title ul li .info {
    text-align: center;
    font-weight: 600;
    padding: 1em 1em;
    width: 100%;
}

section.video {
    padding: 50px calc((100% - 850px)/ 2);
}

.video_wrap {
    margin-top: 0px;
}

.video_wrap .description {
    width: 550px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
}

.video_wrap .description p {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
}

.video_wrap .description .name {
    display: block;
    margin-top: 0.5em;
    font-size: 18px;
    line-height: 26px;
    color: #32b4a6;
}

.wistia_responsive_padding {
    display: block;
    margin: 0 auto;
    width: 650px;
    height: 360px;
    padding: 0 !important;
}

iframe.wistia_embed {
    border-radius: 15px;
}

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

section.featured_testimonials .slick-next {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow2-right-white.svg) !important;
}

section.featured_testimonials .slick-prev {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow2-left-white.svg) !important;
}

.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 3px 8px rgb(0 0 0 / 33%);
}

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

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

.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 p {
    color: #292929;
    margin: 0.5em 0em;
}

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

div.testimonial {
    width: 32%;
    background-color: #EFEFF4;
    border-radius: 8px;
    margin: 0.8% 0.6%;
    padding: 0em 0em 1em 0em;
    min-height: 290px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 31%);
    align-self: flex-start;
}

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

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

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

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

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

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

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

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.risk {
    text-align: center;
    padding: 50px calc((100% - 1200px)/ 2);
}

section.risk h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #292929;
    line-height: 42px;
}

section.risk h2 br {
    display: none;
}

section.risk h2:before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/angelsense/images/dementia/moneyback.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 148px;
    height: 148px;
    margin: 1em auto;
}

section.risk > p {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
}

section.risk div.action {
    margin-top: 2.7em;
}

section.risk div.action p {
    display: block;
}