.first-section {
  background: #fff;
}
.first-section .tagline {
  font-size: 63px;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
  color: #000;
}
.first-section .desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}
.first-section .our-promise {
  font-size: 3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
  margin-top: 50px;
  margin-bottom: 20px;
}
.first-section ul {
  margin: 0px;
  padding-left: 26px;
}
.first-section ul li {
  font-size: 1.25rem;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 15px;
}

.second-section {
  background-image: linear-gradient(rgba(255, 236, 236, 0.5), rgba(255, 234, 234, 0.5)), url(/assets/imgs/bg-about-us-layer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.second-section h2 {
  font-size: 3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}
.second-section .about-card {
  width: 360px;
  height: 500px;
  overflow: hidden;
  margin: 0px 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
  border-radius: 15px;
  transition: all 500ms ease-in-out;
  box-shadow: 2px 5px 4px 3px rgba(0, 0, 0, 0.1803921569);
}
.second-section .about-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.second-section .about-card .content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  width: 100%;
  background: linear-gradient(6deg, rgba(8, 3, 3, 0.8784313725), transparent);
}
.second-section .about-card .content .name {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Kumbh Sans", sans-serif;
}
.second-section .about-card .content .role {
  font-size: 1.25rem;
  font-weight: 500;
}
.second-section .about-card:hover {
  transform: scale(1.05);
  transition: all 500ms ease-in-out;
}
.second-section .chairmen-message h2 {
  color: #561f00;
  font-style: italic;
  font-weight: 700;
  margin-top: 30px;
  font-family: "Kumbh Sans", sans-serif;
}
.second-section .chairmen-message p {
  font-size: 1.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.our-story-section h2 {
  font-size: 3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}
.our-story-section p {
  font-size: 1.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.our-story-section p strong {
  font-style: italic;
}

.vision-mission-section {
  background: #fff1ea;
  background: #fff;
}
.vision-mission-section h2 {
  font-size: 6rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3b3b3b;
  margin-top: 15px;
}
.vision-mission-section p {
  font-size: 1.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.our-ecosystem-section {
  background: #fff;
}
.our-ecosystem-section .img-card {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 18px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-ecosystem-section .img-card img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.our-ecosystem-section .img-card p {
  margin-bottom: 0px !important;
  font-weight: bold;
}
.our-ecosystem-section h2 {
  font-size: 3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  color: #3b3b3b;
  margin-top: 15px;
}
.our-ecosystem-section p {
  font-size: 1.25rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.our-ecosystem-section .tagline, .our-ecosystem-section .product-line {
  font-size: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.our-ecosystem-section .last-title {
  color: #561f00;
  font-size: 3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
  color: #a03900;
  margin-top: 50px !important;
}
.our-ecosystem-section .button-group {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.our-ecosystem-section-2 {
  background: #efefef !important;
}

@media only screen and (max-width: 768px) {
  .our-ecosystem-section .img-cardk img {
    width: 85px;
    height: 85px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
  .first-section .tagline {
    font-size: 2.25rem;
  }
  .first-section .desc {
    font-size: 1.125rem;
  }
  .first-section .our-promise {
    font-size: 1.875rem;
  }
  .first-section ul li {
    font-size: 1rem;
  }
  .second-section h2 {
    font-size: 2.25rem;
  }
  .second-section .about-card {
    width: 100%;
    height: 430px;
    margin: 10px 15px;
  }
  .second-section .about-card .content .name {
    font-size: 1rem;
  }
  .second-section .about-card .content .role {
    font-size: 0.875rem;
  }
  .second-section .chairmen-message h2 {
    font-size: 1.5rem;
  }
  .second-section .chairmen-message p {
    font-size: 1rem;
    width: 95%;
  }
  .our-story-section h2 {
    font-size: 2.25rem;
  }
  .our-story-section p {
    font-size: 1rem;
  }
  .vision-mission-section img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .vision-mission-section .col-12 {
    text-align: center;
  }
  .vision-mission-section h2 {
    font-size: 3.75rem;
    text-align: center !important;
  }
  .vision-mission-section p {
    font-size: 1.2rem;
    text-align: center !important;
  }
  .our-ecosystem-section h2 {
    font-size: 2.25rem;
  }
  .our-ecosystem-section .last-title {
    font-size: 30px;
    padding: 0px 30px;
  }
}/*# sourceMappingURL=about.css.map */