﻿.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;
    }
}

.constructor_works_intro {
    background-image: url("../img/constructor-works/constructor-works-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.constructor_works_intro .row {
    padding: 9em 0;
}

.constructor_works_intro_description {
    font-weight: 400;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .constructor_works_intro .h3 {
        font-size: 1.2em;
    }

    .constructor_works_intro .row {
        padding: 2em 0;
    }

    .constructor_works_intro_description {
        font-weight: 400;
        font-size: 1rem;
    }
}

.max-width-370{
    max-width:370px;
}
