.section_team_title_wrapper {
  background-image: url("/images/52e66c0100e69346ccfc611e034b5fbeder.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0;
}

.section_team_title_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section_team_title_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 64, 0.5);
  height: 70px;
  width: 70px;
}

.section_team_title_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.section_team_title_info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section_team_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.section_team_title_info_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section_team_title_info_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.section_team_title_info_text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  .section_team_title_wrapper {
    padding: 32px 0;
  }

  .section_team_title_wrap {
    gap: 24px;
  }

  .section_team_title_img_wrap {
    height: 90px;
    width: 90px;
  }

  .section_team_title_img {
    width: 60px;
    height: 60px;
  }

  .section_team_title_info_wrapper {
    gap: 16px;
  }

  .section_team_title {
    font-size: 30px;
  }

  .section_team_title_info_wrap {
    gap: 16px;
  }

  .section_team_title_info_img {
    height: 25px;
    width: 25px;
  }

  .section_team_title_info_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .section_team_title_wrapper {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1440px) {
  .section_team_title_img_wrap {
    height: 110px;
    width: 110px;
  }

  .section_team_title_img {
    width: 90px;
    height: 90px;
  }

  .section_team_title {
    font-size: 36px;
  }

  .section_team_title_info_img {
    height: 30px;
    width: 30px;
  }

  .section_team_title_info_text {
    font-size: 18px;
  }
}
