.aboutus-banner-main {
  width: 100%;
  /* height: auto; */
  height: 520px;
  margin-top: 60px;
}
.aboutus-banner-main img {
  width: 100%;
  height: 520px;
  /* object-fit: cover; */
  object-position: top center;
  display: block;
}
.aboutus-content-main {
  padding: 50px 0px;
}

.aboutus-content-main .aboutus-heading-main {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
  color: #131313;
  margin: 0px 0px 24px;
}

.aboutus-heading-main-span1 {
  color: #14974c;
}
.aboutus-heading-main-span2 {
  color: #642d93;
}

.aboutus-content-main .aboutus-para-main {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #606f7b;
  /*  text-align: justify;*/
}

.about-us-content-section {
  margin-top: 8px;
}

.about-us-content-section:first-child .aboutus-subheader-main {
  margin-top: 0;
}

.about-us-content-section .aboutus-subheader-main {
  margin-top: 28px;
  margin-bottom: 12px;
}

.about-us-section-body .aboutus-para-main {
  margin-bottom: 16px;
}

.about-us-section-body .aboutus-para-main:last-child {
  margin-bottom: 0;
}

.aboutus-bottom-content-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutus-bottom-content-main .bottom-content-para {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  color: #666666;
  margin: 0;
}

.aboutus-content-main .aboutus-content-card-main {
  background: #ffffff;
  box-shadow: -16px 16px 18px rgba(187, 198, 205, 0.08);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 40px;
}

.aboutus-content-main .aboutus-content-card-main .aboutus-content-card-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #642d93;
  margin: 0px 0px 16px;
}

.aboutus-content-main .aboutus-content-card {
  display: flex;
  gap: 22px;
  font-family: "Montserrat";
  font-style: normal;
}

.aboutus-content-main .aboutus-content-card .aboutus-contact-icon-main {
  width: 36px;
  height: 36px;
}

.aboutus-content-main .aboutus-content-card .aboutus-contact-icon-main img {
  width: 100%;
  height: 100%;
}

.aboutus-content-main .aboutus-content-card .aboutus-content-card-para {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #131313;
  margin: 0;
}