.stm-team-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.stm-card {
    width: 220px;
}

/*.stm-card.active {
    background: #0b3c6d;
    color: #fff;
}*/

.stm-photo img {
    width: 100%;
    border-radius: 12px;
}
.stm-card h4 {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0px;
}
.stm-card {
  cursor: pointer;
}
.stm-card p{
    text-align: center;
}
.stm-designation {
    font-size: 14px;
    color: #666;
}

/*.stm-card.active .stm-designation {
    color: #cfe4ff;
}*/
.stm-team-wrap-details {
  margin-top: 50px;
}

.stm-details {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.stm-card.active .stm-details {
    display: block;
}
.stm-card-detailss h4 {
  background: rgb(14, 62, 111);
  text-align: center;
  padding: 34px;
  color: #fff;
}
.stm-card-detailss{
	display: none;
}
.the-stm-details {
	background: #fff;
	margin: -20px 0 0 0;
	margin-bottom: 0px;
	padding: 25px;
	border-bottom: 20px solid rgb(14, 62, 111);
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.stm-card {
	  display: block;
	  margin: auto;
	}
}