.section.is-hero.hero-hosting {
  background: #ffffff !important;
  /* background-image: linear-gradient(142deg, #f3fbff, #d2e4e4); */
}

.hero-image-2 {
  position: absolute;
  left: -50px;
  top: 10px;
  right: auto;
  bottom: -14px;
  width: 600px;
  max-width: none;
}
.decoration-leftside.img-decor-1 {
  background-image: linear-gradient(142deg, #ffffff, #ffffff);
}

/* .blockquote-wrapper.bg-blockquote.position-relative {
  background-image: linear-gradient(142deg, #f1fbfe, #d7f5fd);
}

.blockquote-wrapper {
  padding: 80px 80px;
}

.blockquote-wrapper .quote {
  line-height: 1.4;
  font-size: 32px;
} */

.c-grid-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
}

/* .c-quote__marker {
  left: -4%;
  top: -20%;
  font-size: 50px;
} */

.section.is-hero.img1 {
  background-image: url("../images/about-banner.png");
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.is-hero.img1.article-banner {
  min-height: 400px;
  background-image: url("../images/about-banner.png");
  background-position: 50% 50%;
  background-size: cover;
}

.blockquote-wrapper.bg-blockquote.position-relative {
  background-image: url("../images/about-banner.png");
  background-position: 50% 60%;
  background-size: 1370px;
  padding: 60px 80px;
}

.c-quote__marker.style2 {
  left: 2%;
  top: 5%;
}
/* .c-iconbox.style2 {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
} */

.quote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  font-weight: 500 !important;
}
