p {
    margin-bottom: 5px;
    color: #1E2331 !important;
}

.hero-title {
    font-weight: bold;
    color: #033d6f;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .hero-title {
        margin-top: 60px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .brand-logo img {
        height: 75px;
    }
}