.section_team_title_wrapper {
  padding: 24px 0;
}

.section_team_title_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.section_team_title_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.section_team_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .section_team_title_img {
    width: 60px;
    height: 60px;
  }

  .section_team_title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .section_team_title_wrapper {
    padding: 32px 0;
  }

  .section_team_title_wrap {
    margin-bottom: 24px;
  }

  .section_team_title_img {
    width: 80px;
    height: 80px;
  }

  .section_team_title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .section_team_title_wrapper {
    padding: 40px 0;
  }

  .section_team_title_wrap {
    gap: 24px;
    margin-bottom: 32px;
  }

  .section_team_title_img {
    width: 100px;
    height: 100px;
  }

  .section_team_title {
    font-size: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .section_team_title_img {
    width: 120px;
    height: 120px;
  }

  .section_team_title {
    font-size: 48px;
  }
}
