.latestinsights h4{
    font-size: 40px;
}

.testimonial-hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    min-height: 500px;
}
.testimonial-hero.text-top{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.testimonial-hero.text-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.testimonial-hero.text-bottom{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.testimonial-hero .bdt-container{
    margin-left: 0;
}

.testimonial-hero .testimonialcontent{
    max-width: 580px;

}
.testimonial-hero .testimonialcontent p{
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
}
.testimonial-hero .testimonialcontent p.content{
    font-style: italic;
}


.cptblock {
    color: white;
}

.cptexcerpt {
    border-left: solid 1px #08CEC9;
    padding-left: 15px;
}

.whoby svg {
    margin-right: 6px;
}

.thedate svg {
    margin-right: 4px;
}


.social-posts-column {
    color:white;
}


.testimonial-hero.text-align-center .bdt-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.testimonial-hero.text-align-right .bdt-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    width: 100%;
}
/* .testimonial-hero.text-align-center .bdt-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
} */


.testimonial-hero.text-align-right .testimonialcontent{
    max-width: 750px;
}
.testimonial-hero.text-align-right .testimonialcontent p.content{
    font-size: 25px;
    line-height: 36px;
}
