.mw700 {
 max-width: 700px; 
}

.mw768 {
 max-width: 768px; 
}

.th-card {
 padding: 40px 32px;
 border-radius: 50px 50px 0 50px;
 border: 3px solid var(--TERTIARY-Dark-Grey-Dark-Grey-100, #C3CDE2);
 height: 100%;
 justify-content: start !important;
  background: #F4F4F8;
}


@media only screen and (max-width: 900px) {
  .teamh-intro {
   margin-bottom: 40px !important; 
  }
  .mw700 {
 max-width: none; 
}
  .th-card {
     align-items: start;
     gap: 14px;
        padding: 32px 24px;
    border-radius: 25px 25px 0 25px;
    }
  }
}