/* 
 * Large iPad Styles
 * For devices with width between 900px and 1100px
 * Covers iPad Pro portrait (1024px) and similar devices
 */

@media (min-width: 900px) and (max-width: 1100px) {
  p {
    font-family: var(--font-lexend-deca);
    font-size: 21px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: 0.4;
    color: var(--white-color);
    margin-bottom: 25px;
  }

  .global-banner-section .main-content {
    max-width: 520px;
    padding-top: 190px;
    padding-bottom: 190px;
    min-height: 81vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  header .main-menu .menu-list>li>a {
    font-size: 16px;
  }

  .insight-card .insight-content h6 a {
    font-size: 17px;
  }

  footer .company-location-area ul.contact li {
    font-size: 17px;
  }

  footer .footer-menu li a {
    font-size: 14px;
  }

  footer .secondary-menu li a {
    font-size: 14px;
  }

  .global-section .button-group-wrapper .main-btn {
    font-size: 17px;
  }
}
