/* home reviews */
.testimonials-list-a .testimonial-list__item 
{
    background: rgba(255, 255, 255, 0.9);
}
div#slot-reviews-home h3 
{
    color: #444;
}
.btn_cta a 
{
    background: #e7b451;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}
img.left 
{
    float: left;
    margin-right: 15px;
    clear: both;
}
img.about-img 
{
    height: 272px;
    width: 155px;
    position: relative;
    top: 6px;
}
 /* fullwidth */
#id_8ae4235d-c419-5c8a-9641-ea834e7cdb6f::before
{
   background: #CFF4EC !important;
}
.media-text 
{
   display: flex;
   flex-direction: column;
   justify-content: center;
}
img.img-media1 
{
    width: 100%;
}
img.img-media2 
{
    width: 86%;
}
img.img-media3 
{
    width: 100%;
}
 /* responsive */
@media(max-width: 767px)
{
      img.left
      {
        display: block !important;
        float: none !important;
        margin: 10px auto !important;
     }
}