
@media only screen and (max-width: 767px) {
    nav ul li {
     
        font-size: 18px !important;
        color: #077795;
        font-weight: 600;
        padding: 20px 10px !important;
        border-top: 1px solid #d0cece !important;
        background: #f3f3f3 !important;
        margin-right: 0;
    }
    .collapse.show {
      
        text-align: left !important;
    }
    .cta__inner {
        padding: 50px 10px 53px 10px;
      
    }
    .row {
     
        justify-content: center;
    }
    .cmt-row {
        padding: 0px 0 90px;
    }
    .h2, h2 {
        font-size: 25px;
    }
    .breadcrumb {
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        padding: 10px 10px 24px;
        background: rgba(0,0,0,.5);
    }
  }