/* About Banner Start */
.about-banner-main .banner-detail {
  background-image: url("../images/about-banner.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* About Banner End */

/* About Key Start */
.ellipse-shape {
  height: 5.438rem;
  width: 5.438rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f0;
}
/* About Key End */

/* About Founded Start */
.about-founded-main {
  background: var(--theme-light);
  padding: 6.25rem 0;
}
/* About Founded End */

/* About Vision Start */
.about-vision-main {
  padding: 6.25rem 0;
  background-image: url("../images/steel-rods.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.about-vision-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme-red);
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: -1;
}
/* About Vision End */

/* About Speech Start */
.about-speech-main {
  padding: 6.25rem 0;
}
/* About Speech End */

/* Responsive Media Queries Start */

/* 320px - 992px */
@media screen and (max-width: 992px) {
  .about-founded-main,
  .about-vision-main,
  .about-speech-main {
    padding: 3.25rem 0;
  }
}

/* 320px - 767px */
@media screen and (max-width: 767px) {
  .about-banner-main .banner-detail {
    background-position: 60%;
  }
}

/* 768px - 1024px */
@media screen and (min-width: 768px) and (max-width: 992px) {
}

/* Responsive Media Queries End */
