.support-team-list{
  margin: 50px 0 0;
}
.support-team-list li span{
  display: block;
  color: #ffbc3c;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .support-team-list li span{
    font-size: 1.4rem;
  }
}