.wistia_responsive_padding {
    border-radius: 0 !important;
}

.video {
    padding: 50px calc((100% - 1190px)/ 2);
    background-color: #EFEFF4;
}

.video .video_wrap {
    margin: 0 auto;
}

.video .testimonial {
    position: relative;
    padding: 1em;
    background-color: #32B4A6;
    text-align: center;
    color: white;
    border-radius: 0px 0px 5px 5px;
    margin-top: 0px;
}

.video .testimonial .info p {
    position: relative;
    color: white;
}

.video .testimonial .info p:before {
    content: "";
    margin: 0 auto;
    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;
    display: block;
    opacity: 0.3;
}

.video .testimonial .info h4 {
    margin-top: 1em;
}


.features {
    background-color: #EFEFF4;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
}

.features .feature {
    padding: 1em;
    margin-bottom: 1em;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.features .feature .image {
    width: 50px;
}

.features .feature .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.features .feature .info {
    padding: 0em 1em;
    width: calc(100% - 50px);
}

.features .feature .info h4 {
    color: #32B4A6;
    font-weight: 700;
    font-size: 18px;
}

.features .feature .info p {
    color: #292929;
    line-height: 20px;
    margin-top: 0em;
}

.testimonials .testimonial {
    position: relative;
    padding: 2em;
    background-color: #32B4A6;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-top: 80px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
}

.testimonials .testimonial .image {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -105px;
}

.testimonials .testimonial .image img {
    border-radius: 50%;
    border: 5px solid white;
    border-radius: 50%;
}

.testimonials .testimonial .info p {
    position: relative;
    color: white;
}

.testimonials .testimonial .info h4 {
    margin-top: 1em;
}

.testimonials .testimonial .info p:before {
    content: "";
    margin: 0 auto;
    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;
    display: block;
    opacity: 0.3;
}

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

.blog article {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2em;
}

.blog article .right {
    width: 45%;
}

.right article {
    width: 100%;
    padding: 2em;
    background-color: #EFEFF4;
    border-radius: 5px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.right article div {
    width: 100%;
    margin-bottom: 0.5em;
}

.right article div label {
    color: #32B4A6;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.right article div p {
    margin-top: 0;
    color: #5F5F5F
}

a.pdf {
    padding: 0.5em 2.5em 0.5em 2.5em;
    color: #3abeb0;
    text-transform: uppercase;
    border-radius: 9999px;
    border: 2px solid #3abeb0;
    position: relative;
    margin-top: 0.3em;
    background-color: white;
}

a.pdf span {
    position: relative;
    font-weight: 700;
    font-size: 1em;
}

a.pdf span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/case-study/download-pdf.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 26px;
    height: 35px;
    margin-right: 10px;
}

.blog article .text {
    width: 50%;
}

.blog article h2 {
    font-size: 40px;
    color: #32B4A6;
    line-height: 50px;
    margin-bottom: 0.5em;
}

.blog article h3 {
    margin: 0.6em 0em;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4F7082;
}

.blog article p {
    margin: 0.5em 0em;
    color: #292929;
    line-height: 24px;
}

.blog article blockquote {
    margin: 0.5em 0em;
    color: #292929;
    line-height: 24px;
    position: relative;
    margin-bottom: 1em;
    font-style: italic;
}

blockquote:before {
    content: "";
    margin-right: 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;
}

blockquote:after {
    content: "";
    margin-left: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-bottom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    top: -30px;
}

.blog article ul li {
    position: relative;
    padding: 0.7em 0em;
    font-weight: 600;
    color: #292929;
    padding-left: 30px;
}

.blog article ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(/wp-content/themes/angelsense/images/case-study/bullet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 19px;
    height: 24px;
}

body.single-case_studies section.bottom img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}