.mw938 {
 max-width: 938px; 
}
.teamh-intro {
  max-width: 768px;
  margin: 0 auto;
}
.mw768 {
 max-width: 760px; 
}

.th-card {
 padding: 40px 32px;
 border-radius: 50px 50px 0 50px;
 background-color: #283046;
 height: 100%;
}


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