.about-banner-area {
  position: relative;
  margin-top: -88px;
  background-color: #F4F6FF;
  padding-top: 5rem !important;
  padding-bottom: 3rem;
}
@media (max-width: 1023px) {
  .about-banner-area {
    margin-top: 0;
    padding-top: 2rem !important;
  }
}
.about-banner-area .about-img {
  height: 480px;
}
.about-banner-area .about-img img {
  width: 100%;
  height: 100%;
}
.about-banner-area .about-banner {
  overflow: hidden;
}
.about-banner-area .about-img-area {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
}
.about-banner-area .about-img-area img {
  height: 550px;
  min-height: 550px;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.1s linear;
  will-change: transform;
  margin-top: -326px;
  overflow: hidden;
  border-radius: 30px;
}

header {
  background-color: var(--plainclr);
}

.about-banner .main-heading {
  color: var(--darkclr);
  margin-bottom: 19px;
}
.about-banner p {
  color: var(--darkclr);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about-banner p {
    margin-bottom: 19px;
  }
}

@media (max-width: 992px) {
  .about-banner {
    top: 47% !important;
  }
}/*# sourceMappingURL=blog-details-banner.css.map */