/* about-us css */
.about h1 {
    font-size: 30px;
    padding: 15px 0;
    color: #006738;
    font-weight: 600
   }
   .about-para p {
    text-align:justify
   }
   @media screen and (max-width:767px) {
    .about h1,
    .about-img {
     text-align:center
    }
    .header {
     padding-bottom:0
    }
    .about h1 {
     display:block
    }
   }
   @media screen and (min-width:992px) {
    .breadcrumb__area {
     margin-top:40px
    }
    .about h1 {
        display:block
       }
   }
   @media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
     bottom:263px
    }
   }
   