.section_team_title {
  position: relative;
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 0;
}

.section_team_title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 27, 0.75);
  z-index: 0;
}

.team_title_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.team_title_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.team_title {
  font-size: 22px;
  font-weight: 700;
  color: #ff4b44;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .team_title_img {
    width: 60px;
    height: 60px;
  }

  .team_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .section_team_title {
    padding: 24px 0;
  }

  .team_title_wrapper {
    margin-bottom: 24px;
  }

  .team_title_img {
    width: 70px;
    height: 70px;
  }

  .team_title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .section_team_title {
    padding: 32px 0;
  }

  .team_title_wrapper {
    gap: 24px;
    margin-bottom: 32px;
  }

  .team_title_img {
    width: 80px;
    height: 80px;
  }

  .team_title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .team_title_img {
    width: 90px;
    height: 90px;
  }

  .team_title {
    font-size: 30px;
  }
}
