@media screen and (max-width: 576px) {
}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* Tabs */

@media (max-width: 768px) {
  .navbar .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    pointer-events: none;
  }

  
  .offcanvas-top-media {
    padding: 16px 20px 0;
    text-align: center;
  }

  .offcanvas-top-media img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  .offcanvas-enquiry {
    padding: 35px 20px;
  }

  .offcanvas-enquiry-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background: var(--brand-blue);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    cursor: pointer;
  }

  .offcanvas-enquiry-btn:hover,
  .offcanvas-enquiry-btn:active {
    background: var(--brand-blue-dark);
  }

  .about-overview .lede {
    font-size: unset !important;
  }

  .director-section blockquote p {
        font-size: unset !important;
  }
}
