img {
  max-width: 100%;
}

.about-us-banner figure img {
  width: 100%;
  height: 290px;
}
.about-us-banner .about-us-heading {
  color: #fff;
  font-size: 32px;
  padding-top: 20px;
  font-weight: 600;
  text-align: center;
  color: #00538c;
  text-transform: uppercase;
}
.about-us-banner .about-us-heading.contact-heading {
  margin: 20px 0 10px;
}

.about-description {
  padding: 20px 0 50px 0;
}
.about-description p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: justify;
  color: #383838;
}

.subscribe-box {
  margin-bottom: 40px;
}
.subscribe-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscribe-box ul {
  width: 33%;
}
.subscribe-box ul img {
  vertical-align: middle;
}
.subscribe-box .place-heaading {
  font-size: 18px;
  margin-block: 15px;
}
.subscribe-box .heading {
  font-size: 34px;
  font-weight: 600;
  color: #00538c;
  line-height: 56px;
  margin-bottom: 30px;
  text-align: center;
}
.subscribe-box p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: justify;
}
.subscribe-box a {
  display: block;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}
.subscribe-box span {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .subscribe-box ul {
    width: 100%;
  }
  .subscribe-box .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .subscribe-box li {
    width: 100%;
  }
}
/*# sourceMappingURL=about_us.css.map */