#about_hero_section,
#about_info,
#about_team_info {
  max-width: 60%;
  margin-inline: auto;
  margin-block: 150px;
  font-family: "Inter", sans-serif;
}

#about_page_subtitle {
  text-transform: uppercase;
  color: var(--secondary-color);
  text-align: center;
  margin-block: 10px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}

#about_page_title {
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 110%;
  width: 70%;
  text-align: center;
  margin-inline: auto;
}

#about_page_info {
  text-align: center;
  width: 80%;
  margin-inline: auto;
  margin-block: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
}

#about_info {
  /* width: 90%; */
}

#about_info p {
  width: 100%;
  font-size: 23px;
}

#about_info_top {
  /* display: flex; */
  justify-content: space-between;
  align-items: start;
}

#about_info_img {
  /* width: 40%; */
  float: left;
  margin: 0px 30px 20px 0px;
}

#about_info_img img {
  width: 100%;
  border-radius: 2px;
}

#about_info_text {
  width: 100%;
}

#about_info_title,
#about_team_title {
  font-size: 30px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

#about_info_subtitle,
#about_team_subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

#about_info_p_1,
#about_info_bottom {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 150%;
  width: 100%;
}

#about_info_p_2 {
  margin-block: 20px;
}

#about_team_info {
}

#about_team_title {
  text-align: center;
}

#about_team_subtitle {
  text-align: center;
}

#about_team_location {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-block: 50px;
}

#about_team_location > div {
  margin-inline: 10px;
  cursor: pointer;
}

.select_location {
  color: var(--secondary-color);
  font-weight: 700;
}

#about_team_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

.indi_team_card {
  margin-inline: auto;
}

.team_profile {
  width: 300px;
  /* height: 320px; */
  margin-block: 20px 10px;
}

.team_profile img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  /* object-fit: cover; */
  object-fit: contain;
}

.team_info {
  text-align: center;
}

.team_name {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 900;
  font-family: "Inter", sans-serif;
}

.team_position {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1024px) {
  #about_hero_section {
    display: block;
    max-width: 100%;
    margin-top: 60px;
  }

  #about_page_subtitle,
  #about_team_subtitle {
    font-size: 15px;
  }

  #about_page_title,
  #about_team_title {
    font-size: 25px;
  }

  #about_page_info {
    font-size: 18px;
  }

  #about_info p {
    font-size: 18px;
    text-align: start;
    hyphens: auto;
    word-wrap: break-word; /* Fallback for very long words */
  }

  #about_info {
    text-align: center;
    /* background-color: red; */
    max-width: 90%;
  }

  #about_info_top {
    display: block;
  }

  #about_info_img {
    width: 100%;
  }

  #about_info_text {
    width: 100%;
  }

  #about_info_title {
    margin-bottom: 10px;
  }

  #about_info_subtitle {
    margin-bottom: 10px;
  }

  #about_team_location {
    display: block;
  }

  .team_location {
    margin-block: 15px;
  }

  #about_team_list {
    display: block;
    max-width: 90%;
  }

  .team_profile {
    width: 100%;
  }
}
