.team_title_wrapper {
  background-image: url("../images/e7135b4c921414a4e7eddba66be4142c.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 0;
  position: relative;
}

.team_title_img_wrap {
  align-items: center;
  display: flex;
  column-gap: 25px;
}

.team_title_img {
  width: 90px;
}

.section_title_font_size_team {
  font-size: 25px;
}

.team_content_wrap {
  padding-top: 15px;
}

.team_history_wrap {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  background: #f6f6f6;
  padding: 16px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.team_history_content_text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}

.team_history_img_wrap {
  height: 250px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.team_stats_wrapper {
  background: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
}

.team_stats_left_wrap {
  width: 100%;
}

.team_stats_circle_wrap {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-radius: 50%;
  border-width: 5px;
  border-left-color: rgb(224, 244, 101);
  border-bottom-color: rgb(224, 244, 101);
  border-right-color: rgb(254, 89, 0);
  border-top-color: rgb(165, 165, 165);
  align-items: center;
  margin: 0 auto;
}

.team_stats_circle {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  color: rgb(3, 5, 35);
}

.team_stats_circle_accent {
  font-size: 14px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

.team_stats_circle_list {
  display: none;
}

.team_stats_circle_item {
  display: flex;
  column-gap: 5px;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
}

.team_stats_circle_item_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: rgb(3, 5, 35);
}

.team_stats_circle_item_wrap {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.team_stats_circle_item_text {
  font-size: 13px;
  font-weight: normal;
  color: rgb(3, 5, 35);
}

.team_stats_right_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.team_stats_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team_stats_info_title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(3, 5, 35);
}

.team_stats_info_subtitle {
  font-size: 11px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}

.team_stats_info_text {
  font-size: 12px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}

.team_position_list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.team_position_item {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  overflow: hidden;
  transition: ease 0.5s;
}

.team_position_item:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.team_position_link_img {
  width: 100%;
  transition: scale 1s;
}

.team_position_link_img:hover {
  scale: 1.1;
}

.awards_list {
  display: flex;
  column-gap: 25px;
}

.awards_item {
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  overflow: hidden;
  transition: ease 0.5s;
}

.awards_item:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.awards_link {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  transition: ease 0.5s;
  color: rgb(3, 5, 35);
  background: #f6f6f6;
}

.awards_link:hover {
  color: rgb(255, 172, 75);
}

.awards_link_img {
  width: 125px;
}

.awards_link_info_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.awards_link_info_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.awards_link_info_text {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.gallery_list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}

.gallery_item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(254, 89, 0, 0.5);
  transition: ease 0.5s;
}

.gallery_item:hover {
  box-shadow: 0px 0px 25px rgba(254, 89, 0, 0.5);
}

.gallery_link {
  transition: ease 0.5s;
  color: rgb(3, 5, 35);
  height: 100%;
}

.gallery_link:hover {
  color: rgb(255, 172, 75);
}

.gallery_link_img_wrap {
  height: 250px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .team_title_wrapper {
    padding: 20px 0;
  }

  .team_title_img {
    width: 115px;
  }

  .section_title_font_size_team {
    font-size: 30px;
  }

  .team_content_wrap {
    padding-top: 20px;
  }

  .team_history_wrap {
    gap: 20px;
  }

  .team_stats_wrapper {
    gap: 20px;
  }

  .team_position_list {
    gap: 20px;
  }

  .gallery_list {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .team_title_img {
    width: 130px;
  }

  .section_title_font_size_team {
    font-size: 35px;
  }

  .team_history_wrap {
    padding: 18px;
  }

  .team_history_img_wrap {
    height: 350px;
  }

  .team_stats_wrapper {
    padding: 18px;
  }

  .team_stats_left_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
  }

  .team_stats_circle_wrap {
    margin: 0;
  }

  .team_stats_circle {
    font-size: 18px;
  }

  .team_stats_circle_accent {
    font-size: 16px;
  }

  .team_stats_circle_list {
    display: block;
  }

  .team_stats_right_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .team_stats_info_wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team_stats_info_title {
    font-size: 18px;
  }

  .team_stats_info_subtitle {
    font-size: 13px;
  }

  .team_position_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .team_title_wrapper {
    padding: 25px 0;
  }

  .team_title_img {
    width: 145px;
  }

  .section_title_font_size_team {
    font-size: 40px;
  }

  .team_content_wrap {
    padding-top: 25px;
  }

  .team_history_wrap {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team_history_content_text {
    font-size: 16px;
  }

  .team_history_img_wrap {
    height: auto;
  }

  .team_stats_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
  }

  .team_stats_left_wrap {
    width: 40%;
  }

  .team_stats_circle_wrap {
    height: 130px;
    width: 130px;
  }

  .team_stats_circle_list {
    width: 65%;
  }

  .team_stats_right_wrap {
    width: 60%;
  }

  .team_position_list {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery_list {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .team_title_wrapper {
    padding: 30px 0;
  }

  .team_title_img {
    width: 160px;
  }

  .section_title_font_size_team {
    font-size: 45px;
  }

  .team_content_wrap {
    padding-top: 30px;
  }

  .team_history_wrap {
    padding: 20px;
  }

  .team_history_content_text {
    font-size: 18px;
  }

  .team_stats_wrapper {
    padding: 20px;
  }

  .team_stats_circle {
    font-size: 20px;
  }

  .team_stats_circle_accent {
    font-size: 18px;
  }

  .team_stats_circle_item_subtitle {
    font-size: 18px;
  }

  .team_stats_circle_item_text {
    font-size: 15px;
  }

  .team_position_list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .section_title_font_size_team {
    font-size: 40px;
  }

  .team_title_img {
    width: 175px;
  }

  .section_title_font_size_team {
    font-size: 50px;
  }

  .team_history_wrap {
    padding: 24px;
  }

  .team_stats_wrapper {
    padding: 24px;
  }

  .team_stats_right_wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  .team_stats_info_title {
    font-size: 20px;
  }

  .team_stats_info_subtitle {
    font-size: 15px;
  }

  .team_position_list {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
