 section.mobile_banner{
    display: none;
    }   

section.mobile_banner{
    background: #fff;
    padding: 2em 0 0;
}
section.mobile_banner h2{
    font-family: Lato;
    text-align: center;
    font-size: 24px;
    color:  #068e50;
    /*color: #0055A4;*/
    padding: 0 0 0 1em;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;

}
section.mobile_banner p{
    font-family: Lato;
    text-align: center;
    font-size: 16px;
    color: #444;

}
@media only screen and (max-width: 600px) {
    section.mobile_banner{
    display: block;
    }   
  }
