.banner-content h3 {
    font-size: 62px;
    margin-bottom: 50px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {

    .banner-content{
        max-width:100%;
    }
    .banner-content h3{
    font-size: 32px;

    }
}
