@media (max-width: 992px) {
  header .container {
    max-width: unset;
  }
}

@media (max-width: 780px) {
  .header-text {
    display: none;
  }
  .info_wrapper {
    max-width: unset;
    width: 100%;
  }
  .btn {
    font-size: 1em;
  }
  .info_wrapper .button_wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .btn {
    width: 100%;
  }
  #main_section {
    padding: 25px 0;
  }
}

@media (max-width: 480px) {
  .header-phone {
    font-size: 1rem;
  }
  .header-phone .phone-1 {
    font-size: 2rem;
  }
  .header-phone .phone-2 {
    font-size: 1.5rem;
  }
  .info_wrapper {
    font-size: 1.2rem;
  }
  .info_wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .info_wrapper .button_wrapper {
    gap: 15px;
    margin-top: 25px;
  }
  footer {
    font-size: 0.8rem;
  }
  .modal-custom {
    margin: 0 0.5rem;
  }
}
@media (max-width: 420px) {
  .modal-custom p {
    font-size: 1rem;
  }
  .modal-custom h3 {
    font-size: 1.5rem;
  }
  .logo_wrapper img {
    max-height: 70px;
    width: auto;
  }
}
