*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}

h4 {
    font-family: 'Avenir Next';
    user-select: none;
}

a:hover {
    text-decoration: none;
}

.font18 {
    font-size: 18px;
}

.borderNav {
    border-bottom: 1px solid #f8f8f8;
    box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);
}

.ptHero {
    padding-top: 140px;
    padding-bottom: 80px;
}

.ptbSection {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptbFooter {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-grey {
    background: #f8f8f8;
}

.bg-blue {
    background: #071e57;
}

.bluePrimary {
    color: #071e57;
}

.textHero {
    color: #fff;
    font-size: 20px;
} 

.linkPrimary {
    color: #a1a1a1;
}

.linkPrimary:hover {
    color: #071e57;
}

.btnTona {
    color: white;
    background: #ee6366;
    padding: 14px 24px;
    border: none;
    border-radius: .25rem;
    font-size: 18px;
}

.btnTona:hover {
    color: white;
    background: #c65355;
}

.mt42 {
    margin-top: 42px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb42 {
    margin-bottom: 42px;
}

.company {
    padding: 40px;
    border: 1px solid #f8f8f8;
    border-radius: 6px;
    background: #fff;
}

.textCompany {
    user-select: none;
    font-size: 16px;
    color: #748494;
}

.copyright {
    font-size: 16px;
    color: #a1a1a1;
}

.border-top-0 {
    border-top: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }
    .ptHero {
        padding-top: 110px;
        padding-bottom: 50px;
    }
}

@media (max-width: 450px) {
    h1 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .company {
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .company {
        min-height: 300px;
    }
}