@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 35%;
    }
    .section.banner-700 .banner .slides, .section.banner-700 .banner .banner__item, .section.banner-700 .banner .banner__image-wrapper, .section.banner-700 .banner .banner__image img, .section.banner-700 .banner .banner__image source {
    height: 500px;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 45.333333%;
    }
}

.section--light .cta__button.component__button--1 {
    color: #FFFFFF;
    background-color: #f55e46;
    border: 2px solid #f55e46;
}

.section--light .form-a .form__submit input.component__button--1 {
    color: #FFFFFF;
    background-color: #f55e46;
    border: 2px solid #f55e46;
}


.component-phone__number, .component-phone__number2, .component-phone__fax {
    margin-left: 8px;
    color: #27ccb7;
}

.section--light .banner-e .banner__title {
    color: #ffffff;
}

.section--light .banner-e .banner__subtitle {
    color: #faf9f2;
}

.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}
.btn_cta a {
  background: #f55e46;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  min-width:320px;
}
@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
.btn_cta a {
  min-width: 100%;
}
}