﻿.page-header-h1 {
    font-weight: 700 !important;
    font-size: 4rem;
}

@media (max-width: 768px) {
    .page-header-h1 {
        font-weight: 700 !important;
        font-size: 2.5rem;
    }
}

.facades_intro .row {
    padding: 5em 0;
}

.facades_intro_description {
    font-weight: 400;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .facades_intro .h3 {
        font-size: 1.2em;
    }

    .facades_intro .row {
        padding: 2em 0;
    }

    .facades_intro_description {
        font-weight: 400;
        font-size: 1rem;
    }
}
