.testimonial__content.component__p img {
    max-width: 100%;
}
.hours-a .hours__title, .hours-a .hours__caption {
    text-align: center;
}
.section--dark a {
    color: #ffcb05;
}
.flex-wrap {
    display:flex;
}
.flex3 {
    flex: 30%;
}
.fullwidth-layout {
    overflow-x: hidden;
}
@media(max-width: 767px) {
    .flex-wrap {
        flex-direction:column!important;
    }
}