/* [project]/src/app/aboutus/aboutus.module.css [app-client] (css) */
.aboutus-module__8wA82G__aboutContainer {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 16px 60px;
}

.aboutus-module__8wA82G__missionSection {
  text-align: center;
  margin-bottom: 48px;
}

.aboutus-module__8wA82G__missionSection h1 {
  color: #18181b;
  letter-spacing: -1px;
  margin-bottom: 18px;
  font-size: 2.1rem;
  font-weight: 800;
}

.aboutus-module__8wA82G__missionText {
  color: #444;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.7;
}

.aboutus-module__8wA82G__brand {
  color: #ff8c1a;
  font-size: 1.25em;
  font-weight: 700;
}

.aboutus-module__8wA82G__foundersSection {
  margin-top: 32px;
}

.aboutus-module__8wA82G__foundersSection h2 {
  text-align: center;
  color: #23262b;
  margin-bottom: 36px;
  font-size: 2rem;
  font-weight: 700;
}

.aboutus-module__8wA82G__foundersGrid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  display: flex;
}

.aboutus-module__8wA82G__founderCard {
  background: #e28a31;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  max-width: 320px;
  padding: 32px 28px 24px;
  transition: box-shadow .18s, transform .18s;
  display: flex;
  box-shadow: 0 4px 24px #ff8c1a14;
}

.aboutus-module__8wA82G__founderCard:hover {
  transform: translateY(-4px)scale(1.03);
  box-shadow: 0 8px 32px #ff8c1a2e;
}

.aboutus-module__8wA82G__founderImgWrap {
  border-radius: 50%;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px #2c3e5014;
}

.aboutus-module__8wA82G__founderImg {
  object-fit: cover;
  border-radius: 50%;
}

.aboutus-module__8wA82G__founderInfo {
  text-align: center;
}

.aboutus-module__8wA82G__founderInfo h3 {
  color: #ededed;
  margin-bottom: 4px;
  font-size: 1.15rem;
  font-weight: 700;
}

.aboutus-module__8wA82G__college {
  color: #000;
  margin-bottom: 8px;
  font-size: 1rem;
}

.aboutus-module__8wA82G__linkedinLink {
  margin-bottom: 10px;
  transition: transform .15s;
  display: inline-block;
}

.aboutus-module__8wA82G__linkedinLink:hover {
  transform: scale(1.15);
}

.aboutus-module__8wA82G__founderDesc {
  color: #444;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (width <= 900px) {
  .aboutus-module__8wA82G__foundersGrid {
    gap: 20px;
  }

  .aboutus-module__8wA82G__founderCard {
    min-width: 220px;
    max-width: 95vw;
    padding: 24px 10px 18px;
  }
}

@media (width <= 600px) {
  .aboutus-module__8wA82G__aboutContainer {
    padding: 18px 2vw 32px;
  }

  .aboutus-module__8wA82G__missionSection h1 {
    font-size: 2rem;
  }

  .aboutus-module__8wA82G__missionText {
    font-size: 1rem;
  }

  .aboutus-module__8wA82G__foundersSection h2 {
    font-size: 1.3rem;
  }

  .aboutus-module__8wA82G__foundersGrid {
    flex-direction: column;
    gap: 18px;
  }

  .aboutus-module__8wA82G__founderCard {
    min-width: 0;
    max-width: 100%;
    padding: 18px 4vw 14px;
  }
}


/*# sourceMappingURL=src_app_aboutus_aboutus_module_da5a05e2.css.map*/