@media (max-width: 1200px) {}

@media (max-width: 1024px) {
  .order-ms-2 {
    order: 2;
  }

  #hero {
    height: auto;
  }

  section {
    padding: 30px 0;
  }

  .ANA-section-title {
    margin-bottom: 30px;
  }

  #hero .info-wrapper {
    height: auto;
    padding: 30px 10px;
    margin-bottom: 30px;
  }

  #hero .img {
    width: 300px;
    height: 300px;
  }

  #hero .hero-title {
    font-size: 38px;
  }

  #hero .hero-below-title {
    color: var(--title-color);
    font-size: 22px;
    margin: 0;
  }

  .ANA-counter .ANA-counter-heading {
    font-size: 26px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {
  :root {
    --text-size: 14px;
    --copyright_font_size: 14px;
  }

  #hero .other {
    align-items: flex-start;
    flex-direction: column;
  }

  #hero .other .address {
    margin-bottom: 15px;
  }

  #hero .other .label-title,
  .label-title,#hero .other .address p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  #hero .other .address p{
    margin-bottom: 0;
  }
  .phone {
    font-size: 20px !important;
    letter-spacing: 2px;
  }

  .ANA-counter .ANA-counter-num {
    font-size: 100px;
  }

  #copyright .row,
  #copyright .row>*:last-of-type {
    text-align: center;
  }
}