*{
    font-family: 'Roboto Condensed', sans-serif !important;
}
h1{
    color: #002230;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 767px){
    p{
        margin-bottom: 20px;
        text-align: left;
    }

}