.about-page #team { padding: 72px 0; background: #f5f8f5; border-block: 1px solid #e0e9e2; scroll-margin-top: 88px; }
.about-page #team .section-title { margin-bottom: 40px; }
.about-page :is(#team, .sponsor-section) .section-title > span { padding: 0; margin-bottom: 14px; background: transparent; color: #187541; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-page :is(#team, .sponsor-section) .section-title h3 { color: #173d2b; font-size: clamp(32px, 3.5vw, 46px); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; }
.about-page #team .row.d-flex > [class*="col-"] { display: flex; }
.about-page .single-team1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.about-page .single-team1::before { display: none; }
.about-page .single-team1 .team-image { flex-shrink: 0; border-radius: 10px; background: #e7ede8; }
.about-page .single-team1 .team-image > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .4s; }
.about-page .single-team1:hover .team-image > img { transform: scale(1.025); }
.about-page .single-team1 .team-content { flex: 1; padding: 17px 0 8px; text-align: left; }
.about-page .single-team1 .team-content .name { margin-bottom: 5px; color: #173d2b; font-size: 23px; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.about-page .single-team1 .team-content .designation { margin: 0; color: #65746a !important; font-size: 14px; font-weight: 400 !important; line-height: 1.5 !important; }
.about-page .single-team1 .team-image .social-area { inset: auto 12px 12px auto; width: auto; height: auto; padding: 0; }
.about-page .single-team1 .team-image .social-plus { width: 36px; height: 36px; border: 1px solid #ffffffb3; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px #173d2b15; }
.about-page .single-team1 .team-image .social-plus a { display: grid; width: 100%; height: 100%; place-items: center; border-radius: inherit; }
.about-page .single-team1 .team-image .social-plus .bx { color: #187541; font-size: 18px; }
.about-page .single-team1 .team-image .social-plus:hover { background: #187541; border-color: #187541; }
.about-page .single-team1 .team-image .social-plus:hover .bx { color: #fff; font-size: 18px; }
.about-page .single-team1 a:focus-visible { outline: 3px solid #173d2b; outline-offset: 3px; }

.about-page .team-join-card { display: flex; flex-direction: column; width: 100%; color: #173d2b; }
.about-page .team-join-visual { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; aspect-ratio: 3 / 4; padding: 24px; border: 1px solid #173d2b; border-radius: 10px; background: #173d2b; transition: background-color .2s; }
.about-page .team-join-plus { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border: 1px solid #bad8c280; border-radius: 50%; color: #c8e9b8; font-size: 30px; line-height: 1; }
.about-page .team-join-visual h4 { margin: 0 0 12px; color: #fff; font-size: 30px; line-height: 1.12; letter-spacing: -.025em; }
.about-page .team-join-visual > span:last-child { color: #c3d8ca; font-size: 15px; line-height: 1.5; }
.about-page .team-join-caption { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 17px 0 8px; color: #187541; font-size: 19px; font-weight: 600; }
.about-page .team-join-caption svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; }
.about-page .team-join-card:hover .team-join-visual { background: #205039; }
.about-page .team-join-card:focus-visible { outline: 3px solid #187541; outline-offset: 5px; border-radius: 10px; }

.about-page .sponsor-section { padding: 48px 0; background: #fff; }
.about-page .sponsor-section .mt-60 { margin-top: 24px; }
.about-page .sponsor-section .ticker-minimal { margin-top: 0 !important; padding: 24px 0; }

@media (max-width: 991px) {
  .about-page #team { padding: 56px 0; }
}

@media (max-width: 767px) {
  .about-page #team .row.d-flex { --bs-gutter-x: 16px; --bs-gutter-y: 26px; }
  .about-page #team .row.d-flex > [class*="col-"] { flex: 0 0 50%; width: 50%; min-width: 0; margin-bottom: 0 !important; }
  .about-page #team .row.d-flex + .row.d-flex { margin-top: 10px; }
  .about-page .single-team1 .team-image { border-radius: 8px; }
  .about-page .single-team1 .team-content { padding: 12px 0 0; }
  .about-page .single-team1 .team-content .name { font-size: 19px; overflow-wrap: anywhere; }
  .about-page .single-team1 .team-content .designation { font-size: 13px; overflow-wrap: anywhere; }
  .about-page .single-team1 .team-image .social-area { right: 8px; bottom: 8px; }
  .about-page .single-team1 .team-image .social-plus { width: 32px; height: 32px; }
  .about-page .team-join-visual { padding: 16px; border-radius: 8px; }
  .about-page .team-join-plus { width: 32px; height: 32px; margin-bottom: 14px; font-size: 24px; }
  .about-page .team-join-visual h4 { margin-bottom: 8px; font-size: 24px; }
  .about-page .team-join-visual > span:last-child { font-size: 12px; }
  .about-page .team-join-caption { padding-top: 12px; font-size: 16px; }
}

@media (max-width: 575px) {
  .about-page :is(#team, .sponsor-section) > .container { padding-inline: 16px; }
  .about-page #team { padding: 44px 0; }
  .about-page #team .section-title { margin-bottom: 28px; }
  .about-page #team .row.d-flex { --bs-gutter-x: 12px; }
  .about-page .single-team1 .team-content .name { font-size: 18px; }
  .about-page .single-team1 .team-content .designation { font-size: 12px; }
  .about-page .sponsor-section { padding: 36px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .single-team1,
  .about-page .team-join-visual,
  .about-page .single-team1 .team-image > img { transition: none; }
  .about-page .single-team1:hover .team-image > img { transform: none; }
}
