.section__bg--dark-5::before {
    background-color: #6b5a4a;
}
.section__bg--dark-1::before {
    background: linear-gradient(0deg,#21253a 0,#474f7a 100%);
}
.section__bg--dark-3::before {
    background-color: #22253a;
}
.section--light .featuredblocks-grid-d .featuredblock__icon .icon:before {
    color: #343a5a!important;
}
.cstm_phone .phone__title, span.phone__number {
    font-size: 0.9375rem!important;
}
.cstm_header_width .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.cstm_header_width .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
p.logo-a__title.component__title {
    font-size: 22px;
   }
.section .section--dark .form-wrap__submit input {
    display: inline-block;
}
h2.testimonials__title.component__title, .services .section--dark .featuredblock__title, .section--light .component__title, .section--light .form__title, .section--light .editable__container h1, .section--light .map__title, .section--light .editable__container h2, .section--light .editable__container h3, .section--light .featuredblocks-grid-d .featuredblock__title {
    color: #343a5a;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover, .section--dark .featuredblocks-grid-d .featuredblock__wrap:hover {
    background: #6b5a4a;
}

p.logo-a__title.component__title {
    text-align: center;
}






@media only screen and (max-width: 991px) {
.cstm_header_width .col-lg-3, .cstm_header_width .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 767px) {
.overlayed_header {
    display: none;
}
}