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

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

#contact_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;
}

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

#contact_body {
  width: 50%;
  margin-inline: auto;
}

#follow_us_title,
.contact_info_pp_title {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

#follow_us {
  margin-inline: auto;
  text-align: center;
}

.contact_info_pp_title {
  margin-bottom: 50px;
}

#follow_us_icons {
  margin-top: 20px;
  margin-bottom: 60px;
  /* display: flex;
  flex-direction: row;
  justify-content: center; */
}

#follow_us_icons > a {
  margin-inline: 20px;
}

#contact_informations_locations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_infor_pp {
  width: 45%;
}

.contact_pp_addr {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  margin-block: 20px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
}

.addr_icon {
  width: 35px;
  margin-right: 10px;
}

.addr_icon img {
  width: 100%;
}

.addr_title {
  color: var(--secondary-color);
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.addr_subtitle {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.contact_pp_gm {
  margin-bottom: 50px;
  /* margin-inline: 10px; */
}

.contact_pp_gm iframe {
  width: 100%;
}

.contact_pp_gm::before {
  display: flex;
  content: "";
  background-color: var(--secondary-color);
  width: 150px;
  height: 5px;
  z-index: 99;
  margin-block: 50px;
  border-radius: 2px;
}

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

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

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

  #contact_page_info {
    text-align: center;
  }

  #follow_us_icons > a {
    margin-right: 10px;
  }

  #contact_informations_locations {
    display: block;
  }

  .contact_infor_pp {
    width: 100%;
  }

  .contact_pp_gm {
    margin-inline: auto;
    width: 100%;
    height: 100%;
  }

  .contact_pp_gm iframe {
    width: 100%;
    object-fit: contain;
    margin-inline: auto;
  }

  #contact_page_title {
    width: 90%;
    font-size: 25px;
  }

  #contact_page_subtitle {
    font-size: 15px;
    width: 100%;
  }

  #contact_page_info {
    font-size: 18px;
    margin-block: 10px;
    width: 90%;
  }

  #contact_body {
    width: 80%;
  }
}
