.banner-section {
 height: auto;
  padding:150px 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
h1 {
  color: white;
  font-weight: 700;
}
/* about section */
.about-section {
  padding: 40px 0;
  background: #dbe9ff;
}
.about-img {
  height: 250px;
  max-width: 400px;
  padding-left: 12px;
  padding-bottom: 12px;
  background-color: rgb(27, 74, 202);
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-section .title2 {
  color: #25801d;
  font-size: 32px;
  font-weight: 600;
}
.about-content p {
  font-size: 14px;
  max-width: 700px;
}
@media screen and (max-width: 576px) {
  .banner-section {
    background-position: center;
    background-size: cover;
    padding:50px 0;
  }
  .about-img {
    height: 200px;
  }
}
