@media (max-width: 768px) {
  h1 {
    font-size: 20px;
    margin: 0 10px 0 10px;
  }

  hr {
    width: 16px;
    border: 1px solid;
  }

  .container-center {
    padding: 118px 0;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contact {
    width: 48px;
    height: 48px;
  }

  .contact i {
    font-size: 22px;
  }
}

/* Landscape Orientation */
@media only screen and (max-device-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .top {
    padding: 30px 0;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 32px;
  }

  .container-center {
    padding: 22px 0;
  }
}

/* Ipad Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  h1 {
    font-size: 24px;
    margin: 0 10px;
  }

  hr {
    width: 16px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact {
    width: 56px;
    height: 56px;
  }

  .contact i {
    font-size: 26px;
  }
}
