body {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    color: #212529;
    scroll-behavior: smooth;
}

.sub-banner {
    padding: 140px 0 110px;
    position: relative;
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}