.team-page{
  max-width: 984px;
  margin: 16px auto;
  font-family: "Montserrat", sans-serif;
}

.team-page__title{
  margin: 0 0 18px;
}

.team-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-card{
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.team-card__photo{
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  border-radius: 8px;
  overflow: hidden;
}

.team-card__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card__body{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-block-member__heading{
  color: #45494E !important;
  font-weight: 600;
  line-height: normal;
  font-size: 1.4rem;
}

.team-block-member__sub{
  font-size: 1.5rem;
  margin-top: 6px;
}

.team-block-member__text{
  font-size: 1rem;
  margin-top: 4px;
}