h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: 'VAGRoundedLTProBold';
    color: #333333;
}

#mc .content > :first-child{
    margin-top: 0!important;
}

#mainContent{
    padding: 50px 0;
}

#mainContent p strong:first-of-type{
    font-family: 'VAGRoundedLTProBold'
}

#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5{
    margin: 40px 0 20px;
}

#mainContent h2{
    color: #333333;
    font-size: 24px;
    line-height: 34px;
}

#mainContent .row{
    justify-content: center;
}

#mainContent h3{
    color: #333333;
    font-size: 21px;
    line-height: 29px;
}
#mainContent h4{
    color: #333333;
    font-size: 20px;
    line-height: 28px;
}
#mainContent h5{
    color: #333333;
    font-size: 19px;
    line-height: 27px;
}

#mainContent td{
    border: 1px solid;
    padding: 10px;
}
#mainContent th{
    border: 1px solid;
    padding: 10px;
}

#hero{
    background: #152C36;
    padding: 50px 0;
}

#hero h1{
    text-align: center;
    color: #fff;
    font-size: 31px;
    line-height: 42px;
    font-family: 'VAGRoundedLTProLight';
}

#mainContent img{
    width: 100%;
    height: 563px;
    object-fit: cover;
}