#headerContent {
    background-image: url('../img/header_bg.webp');
    background-position: bottom center;
}

@media all and (min-width: 768px) {
    #repairs1 .content_wrapper p {
        word-wrap: break-word;
        max-width: 80%;
        word-break: keep-all;
    }
}

.overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.4));
}

.header-content p {
    font-size: 18px;
}

ul.intro-list li {
    font-size: 16px;
}

.top-bar a {
    color: #1c1c1c;
    font-weight: 700;
}

#cta1 {
    background-color: #f1f5f6;
    padding: 45px 0;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#cta1 h3 {
    font-size: 27px;
    line-height: 1.35;
    margin-bottom: 0;
}

#cta1 h3 a {
    color: #8e7953;
}

#quote {
    background-image: url('../img/footer-bg.webp');
    border-top: 10px solid #cec2ab;
    border-bottom: 10px solid #cec2ab;
}

footer {
    border: 0;
}

@media all and (max-width: 768px) {
    #headerContent {
        background-position: 16% center;
    }
    #repairs1 h2 {
        font-size: 22px;
    }

    #cta1 h3 {
        font-size: 20px;
    }
}