.section_team_title {
  position: relative;
  background-image: url("../images/5408ab7e995cdc38a6955730c871cad5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 96px 0;
  z-index: 1;
  overflow: hidden;
}

.section_team_title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(4, 1, 19, 0.35);
  z-index: 0;
}

.team_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.team_title {
  font-size: 22px;
  font-weight: 700;
  color: #fcfcfc;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .team_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .section_team_title {
    padding: 112px 0;
  }

  .team_title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .section_team_title {
    padding: 128px 0;
  }

  .team_title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .team_title {
    font-size: 30px;
  }
}
