* {
    font-family: 'Montserrat';
}

header + div.without-banner {
    margin-top: 100px;
}

h2 {
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}

h1 {
    font-weight: 600;
}

p {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    header + div.without-banner {
        margin-top: 20px;
    }
}
