.section_hero {
  background-image: url("../images/13792ec0260f664ff8fada7816857980.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.hero_title_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.hero_title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 275px;
  text-transform: uppercase;
  text-align: center;
}

.hero_text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
  width: 240px;
  text-align: center;
}

.team_info_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}

.team_info_content_wrap {
  width: 100%;
}

.team_info_title_img_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.team_info_title_img {
  height: 110px;
  width: 110px;
  object-fit: contain;
}

.team_info_table_wrap {
  display: none;
}

.team_info_table {
  width: 100%;
}

.team_info_table_body {
  display: flex;
}

.team_info_table_body_line {
  display: flex;
  flex-direction: column;
}

.border_team_info_table_body_line {
  border-right: 1px solid rgb(255, 255, 255);
}

.team_info_table_body_point {
  padding: 10px;
}

.border_team_info_table_body_point {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.team_info_table_body_point_text {
  font-size: 11px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team_info_table_body_point_link {
  font-size: 11px;
  font-weight: 700;
  transition: ease 0.5s;
  color: rgb(254, 89, 0);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team_info_table_body_point_link:hover {
  color: rgb(255, 172, 75);
}

.team_info_img_wrap {
  display: none;
}

@media screen and (min-width: 576px) {
  .section_hero {
    padding: 60px 0;
  }

  .hero_title_text_wrap {
    margin-left: 250px;
    align-items: flex-start;
  }

  .hero_title {
    text-align: left;
  }

  .hero_text {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .section_hero {
    padding: 90px 0;
  }

  .hero_title_text_wrap {
    row-gap: 20px;
    margin-left: 300px;
  }

  .hero_title {
    font-size: 35px;
    width: 350px;
  }

  .hero_text {
    font-size: 14px;
    width: 340px;
  }

  .team_info_title_img_wrap {
    margin-bottom: 15px;
  }

  .team_info_table_wrap {
    border-style: solid;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .team_info_table_wrap::-webkit-scrollbar {
    height: 3px;
  }

  .team_info_table_wrap::-webkit-scrollbar-thumb {
    background: rgba(254, 89, 0, 0.5);
    border-radius: 3px;
  }

  .team_info_table_wrap::-webkit-scrollbar-thumb:hover {
    background: #fe5900;
  }

  .team_info_table_wrap::-webkit-scrollbar-track {
    background: rgb(255, 172, 75);
  }
}

@media screen and (min-width: 1024px) {
  .section_hero {
    background-position: top;
    padding: 120px 0;
  }

  .hero_title_text_wrap {
    margin-left: 450px;
    row-gap: 25px;
  }

  .hero_title {
    font-size: 40px;
    width: 400px;
  }

  .hero_text {
    font-size: 16px;
    width: 400px;
  }

  .team_info_title_img_wrap {
    margin-bottom: 20px;
  }

  .team_info_table_body_point_text {
    font-size: 13px;
  }

  .team_info_table_body_point_link {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .section_hero {
    padding: 150px 0;
  }

  .hero_title_text_wrap {
    margin-left: 600px;
    row-gap: 25px;
  }

  .team_info_content_wrap {
    width: 30%;
  }

  .team_info_title_img {
    height: 125px;
    width: 125px;
  }

  .team_info_table_body {
    flex-direction: column;
  }

  .team_info_table_body_line {
    flex-direction: row;
    justify-content: space-between;
  }

  .border_team_info_table_body_line {
    border-right: none;
    border-bottom: 1px solid rgb(255, 255, 255);
  }

  .team_info_table_body_point {
    flex: 1;
  }

  .border_team_info_table_body_point {
    border-bottom: none;
    border-right: 1px solid rgb(255, 255, 255);
  }

  .team_info_table_body_point_text {
    font-size: 15px;
  }

  .team_info_table_body_point_link {
    font-size: 15px;
  }

  .team_info_img_wrap {
    border-radius: 5px;
    overflow: hidden;
    width: 70%;
    position: relative;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .section_hero {
    padding: 180px 0;
  }

  .hero_title_text_wrap {
    margin-left: 700px;
    row-gap: 30px;
  }

  .hero_title {
    font-size: 50px;
    width: 500px;
  }

  .hero_text {
    font-size: 18px;
    width: 450px;
  }
}
