@media (max-width: 1485px) {
  .hero_text h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1496px) {
  .reasons p {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  .hero_text h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 1063px) {
  .reasons {
    max-width: 25%;
  }

  .third-child {
    flex-basis: 100%;
    max-width: 25%;
    order: 3;
  }
}

@media (max-width: 1060px) {
  .hero_text h1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 1032px) {
  .hero_text h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1023px) {
  .hero_text h1 {
    font-size: 4.1rem;
  }
  .hero_text span {
    font-size: 1.12rem;
  }
}
@media (max-width: 995px) {
  .hero_text h1 {
    font-size: 4rem;
  }
  .hero_text span {
    font-size: 1rem;
  }
}
@media (max-width: 975px) {
  .hero_text h1 {
    font-size: 3.7rem;
  }
}
@media (max-width: 902px) {
  .hero_text h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 854px) {
  .hero_text h1 {
    font-size: 3rem;
  }
}
@media (max-width: 731px) {
  .hero_text h1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 725px) {
  .hero_img {
    display: none;
  }
  .hero_container {
    justify-content: center;
  }
  .hero_text {
    max-width: 98%;
  }
  .hero_text h1 {
    font-size: 3.9rem;
  }
}
@media (max-width: 575px) {
  .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 325px) {
  .hero_text h1 {
    font-size: 3.7rem;
  }
}

@media (max-width: 710px) {
  .products_section {
    padding: 10px 20px 50px 20px;
  }
}
@media (max-width: 600px) {
  .product_des h4 {
    font-size: 1.2rem;
  }

  .product_des p {
    font-size: 1rem;
  }
}
@media (min-width: 1075px) {
  .reasons {
    max-width: 25%;
  }
}

@media (max-width: 1024px) {
  .choose_us {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    padding: 40px 20px;
    gap: 40px;
    justify-content: center;
  }

  .choose_us_text,
  .choose_us_img {
    flex: 1 1 45%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .choose_us_text {
    height: auto;
  }

  .choose_us_text h3 {
    font-size: 2.5rem;
  }

  .choose_us_text p {
    font-size: 1rem;
    line-height: 1.8;
    flex-grow: 1;
  }

  .btn {
    font-size: 1.2rem;
    padding: 10px 20px;
    align-self: flex-start;
  }

  .choose_us_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (max-width: 600px) {
  .choose_us {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .choose_us_text,
  .choose_us_img {
    width: 100%;
    max-width: none;
  }

  .choose_us_text {
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }

  .choose_us_text h3 {
    font-size: 2rem;
    text-align: center;
  }

  .choose_us_text p {
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.6;
  }

  .btn {
    font-size: 1rem;
    padding: 8px 18px;
    align-self: center;
  }

  .choose_us_img img {
    display: none;
  }
}

/* test section */
@media screen and (max-width: 900px) {
  .contact_section {
    height: fit-content;
  }

  .form_container {
    padding: 20px 15px;
  }

  .message_form_1 {
    flex-direction: column;
    gap: 10px;
  }

  .message_form_1 input {
    width: 100%;
  }

  .message_form_2 input:first-child,
  .message_form_2 input:nth-child(2) {
    width: 100%;
  }

  .message_form_2 input:nth-child(2) {
    height: 150px;
  }

  .location {
    flex-direction: column;
    align-items: center;
  }

  .text_location {
    width: 90%;
    margin-bottom: 20px;
  }

  .map_location iframe {
    width: 90vw;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .contact_title {
    font-size: 1.5rem;
  }

  .text_location li {
    font-size: 1rem;
  }

  .message_btn {
    font-size: 1rem;
  }
}
