@media screen and (max-width: 767px) {
  .section-title {
    margin-top: 40px !important;
    margin-left: 30px !important;
    text-align: left !important;
  }
}
/* Custom centering and responsive fixes for team section */

.grid-11 {
  grid-template-columns: 1fr 1fr !important;
  justify-items: center;
}

.team-img-wrapper {
  padding-right: 0;
  margin: 0 auto 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-img-wrapper img {
  max-width: 280px;
  width: 80vw;
  min-width: 150px;
  height: auto;
}

.hire-me{
  color: #e04a6a;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .team-img-wrapper img {
    max-width: 240px;
    width: 95vw;
    min-width: 140px;
    height: auto;
  }
}
