.message_result {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}   



h2.banner-two__title {

}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    h2.banner-two__title {
        font-size: 40px;
        line-height: 40px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    h2.banner-two__title {
        font-size: 60px;
        line-height: 60px;
    }
    
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}






h2.section-title__title {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    h2.section-title__title {
        font-size: 40px;
        line-height: 40px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    h2.section-title__title {
        font-size: 60px;
        line-height: 60px;
    }
    
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}























