




.about-banner-wrap{
  background: url(../../images/about-banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0px;
  border-bottom: 10px solid #3a3a3a;
}

.about-banner-wrap h1{
      font-size: 2.625rem;
      line-height: 1.2;
      color: #ffffff;
      font-weight: 600;
      padding: 0px;
      margin: 0px;
  }


/*

.about-box-wrap{

}
*/
.about-body{
  background-color: #ffffff;
  padding: 70px 50px;
  margin: 70px 0px;

}
.about-body h2{
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 15px;
  }

.about-body h2:after {
      content: "";
      display: block;
      width: 8%;
      height: .125rem;
      background-color: #1f487c;
      margin-top: .4em;
  }
.about-body p{
  font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.8;
      color: #676767;
      margin: 25px 0px;
      margin-bottom: 40px;
}
.about-body a{
  font-family: 'Ubuntu', sans-serif;
  color: #1f487c;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1.1px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  display: block;
}



@media only screen and (max-width:576px) {
  .about-body {
    background-color: #ffffff;
    padding: 70px 50px;
    margin: 0;
}
}
