@media only screen and (max-width: 1200px) {
  body {
    line-height: 1.5;
  }

  .container {
    width: calc(100% - 2rem);
  }

  .nav {
    padding: 0 1rem;
  }

  .header.sticky .nav {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    scroll-padding: 9rem;
  }

  .section-intro-title {
    font-size: 2.4rem;
  }

  .navigations h3,
  .sustainability .two-column-layout .column li p {
    font-size: 1.8rem;
  }

  .project .flex-container li h3,
  .contact .contact-details-wrapper .group h2 {
    font-size: 2rem;
  }

  .project h3 {
    max-width: 30rem;
    margin-inline: auto;
  }

  .contact .contact-details-wrapper h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .nav.mobile .logo {
    padding: 1.4rem 0;
  }

  .min-w-md {
    min-width: 1rem;
  }

  .nav.desktop {
    display: none;
  }

  .nav.mobile {
    display: flex;
  }

  .caret-right {
    height: 0.7rem;
    margin-right: 0.5rem;
    transform: rotate(275deg);
  }
}

@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 2.5rem;
    overflow-x: hidden;
  }

  .section-intro-title {
    font-size: 2rem;
  }

  .navigations {
    flex-direction: column;
  }

  .project,
  .sustainability {
    padding-block: 3rem;
  }

  .project h2 {
    margin-bottom: 3rem;
  }

  .project .flex-container {
    flex-direction: column;
  }

  .sustainability .group {
    padding-top: 2rem;
  }

  .project .image {
    max-width: unset;
  }

  .project h3 {
    max-width: unset;
  }

  .project .brand-label {
    position: static;
    display: block;
    max-width: 20%;
    width: 100%;
    margin-right: 1rem;
    margin-left: auto;
  }

  .sustainability .two-column-layout {
    gap: 2rem;
  }

  .sustainability .two-column-layout .column {
    width: 100%;
  }

  .sustainability .two-column-layout .column ul {
    padding: 2rem 0;
  }

  .sustainability .two-column-layout .column li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .sustainability .two-column-layout .column:nth-child(1) ul {
    padding-right: 0;
  }

  .sustainability .two-column-layout .column:nth-child(2) ul {
    padding-left: 0;
  }

  .contact .contact-details-wrapper {
    gap: 5rem;
  }

  .contact .contact-details-wrapper li:first-child h3 {
    font-size: 2.5rem;
  }

  .contact .contact-details-wrapper h3 {
    font-size: 1.8rem;
  }

  .contact .contact-details-wrapper .contact-details ul,
  .contact .contact-details-wrapper .map {
    max-width: unset;
  }

  .contact .contact-details-wrapper .contact-details,
  .contact .contact-details-wrapper .directions {
    width: 100%;
  }

  .contact .contact-details-wrapper .group {
    padding: 0;
  }

  .social-handles ul {
    margin-top: 0;
  }
}

@media only screen and (max-width: 576px) {
  .nav.mobile .logo a {
    font-size: 1.8rem;
  }

  .header.sticky .mobile-menus {
    top: 5.6rem;
  }
}
