/* Small Desktop Displays */
@media screen and (min-width: 1280px) {
  .container {
    width: 62.20428% !important;
    max-width: 62.20428% !important;
  }

  section h1 {
    font-size: 3rem;
  }

  #partner-container h1 {
    padding-top: calc(6.5rem + 1px) !important;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--light);
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  #services h1 {
    padding-top: calc(6.5rem + 1px) !important;
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  #find-us h1 {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--light);
    width: 100%;
    font-size: 6.5rem;
    text-align: center;
    margin-top: 0;
  }

  #our-partners .bg-dark-overlay {
    place-items: normal !important;
  }

  #partner-container {
    justify-content: flex-start !important;
  }

  #find-us-container {
    justify-content: center !important;
  }

  section p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .container-large {
    width: 85.4166667% !important;
    max-width: 85.4166667% !important;
  }

  #hamburger-button {
    display: none !important;
  }

  /* NAV */
  /* ============================== */
  nav {
    display: flex !important;
  }
  /* ============================== */

  /* HOME SECTION */
  /* ============================== */
  #home-logo {
    width: 360px;
  }
  /* ============================== */

  /* SERVICES */
  /* ============================== */
  .table-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid var(--medium-gray);

    padding: 4rem 0;
  }

  .table-col {
    display: flex;
    flex-direction: column;
  }

  .table-col:first-child {
    width: 7%;
    min-width: 7%;

    font-size: 1.2rem;
    padding-left: 3.5rem;
  }

  .service-number {
    display: flex;
    justify-content: end;
    border-radius: 100rem;
    min-width: 5.25rem;
    padding: 0.5rem;
    border: 1px solid var(--medium-gray);
    height: fit-content;
  }

  .table-col:nth-child(2) {
    width: 30%;
    min-width: 30%;
    text-align: left;
    text-align-last: left;

    font-family: "Metropolis", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .table-col:nth-child(3) {
    width: 50%;
    max-width: 50%;
    text-align: justify;
    text-align-last: left;

    padding-right: 3.5rem;

    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  /* ============================== */

  /* OUR PARTNERS */
  /* ============================== */
  #our-partners {
    place-items: normal !important;
  }

  .partner-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));

    grid-column-gap: 2rem;
  }

  .partner-item img {
    max-height: 110px !important;
  }
  /* ============================== */

  /* FIND US */
  /* ============================== */
  #contact-container {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;

    box-sizing: border-box;
  }

  .contact-item:first-child {
    text-align: justify;
    text-align-last: left;

    width: 26rem;
  }

  .contact-item {
    font-size: 1rem;
  }

  .contact-row {
    flex: 1;
    flex-direction: row !important;
    gap: 0rem !important;
  }

  .social-media-container {
    padding-right: 2rem;
  }
  /* ============================== */
}
