.content .lato-700 {
    font-family: 'Lato',sans-serif !important;
    font-weight: 700;
}


.content .lato-400 {
    font-family: 'Lato',sans-serif !important;
    font-weight: 400;
   
}

.content .lato {
    font-family: 'Lato',sans-serif !important;
    font-weight: 100;
}

.content .lato-700 a {
    font-family: 'Lato',sans-serif !important;
    font-weight: 700;
}

.content .lato-400 a {
    font-family: 'Lato',sans-serif !important;
    font-weight: 400 
}

.content .lato a {
    font-family: 'Lato',sans-serif !important;
    font-weight: 100;
}


@media screen and (max-width: 768px) {
 #hero-mobile {
  margin-top: 132px;
}
}