@media screen and (max-width: 1000px) {
    .hero h1 {
      max-width: 640px;
    }
    .projectitem {
        width: 440px;
    }
    .projectitem img {
        width: 440px;
        height: 440px;
    }
    .accordion {
        font-size: 10vw;
    }
    .accordion:after {
        width: 6vw;
        height: 6vw;
        top: 4vw;
        margin-left: 12px;
  }
  .contactsection h2 {
    font-size: 80px;
  }
  .checklist {
    font-size: 14px;
  }
  .checklist span {
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .checklist span img {
    margin-right: 8px;
    width: 16px;
}
.projectgridtext {
    font-size: 16px;
}
.contact-info a {
    font-size: 28px;
}
}

@media screen and (max-width: 800px) {
    .hero h1 {
        margin-top: 48px;
    }
    .logo {
        width: 80px;
        top: 32px;
        right: 32px;
    }
    .fullwidthsection {
        padding: 32px;
    }
    .logos {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 20px;
    }
    .contactsection h2 {
        font-size: 56px;
    }
    .projectgriditem {
        padding: 12px;
    }
    .projectgridtext {
        font-size: 14px;
    }
    .projecthero h1 {
        font-size: 80px;
    }
    .projecthero p {
        font-size: 24px;
    }
    .contactgrid {
        grid-template-columns: 1fr;
    }
    .contact-info {
        margin-top: 56px;
    }
}

@media screen and (max-width: 680px) {
    .hero h1 {
        font-size: 36px;
        margin-top: 72px;
        line-height: 140%;
    }
    .button {
        font-size: 16px;
    }
    .projectitem {
        width: 360px;
    }
    .projectitem img {
        width: 360px;
        height: 360px;
    }
    .projecttitle {
        font-size: 24px;
    }
    .projecttype {
        font-size: 14px;
    }
    .quotebackgroundimage {
        width: 100%;
    }
    .testimonialtext {
        width: 100%;
        padding: 0px 24px;
    }
    footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        line-height: 140%;
    }
    .footerlogo {
        margin-bottom: 24px;
    }
    .panel {
        font-size: 16px;
        line-height: 160%;
    }
    .panel ul {
        font-size: 18px;
    }
    .quote {
        font-size: 32px;
    }
    .hero .button {
        margin-bottom: 20px;
    }
    .bubble {
        width: 900px;
        height: 900px;
    }
    .projectcontainer {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .projectgriditem {
        padding: 24px;
    }
    .projectcontainer-right {
        flex-direction: column-reverse;
    }
    .projectgridtext {
        font-size: 18px;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 550px) {
    .hero h1 {
        font-size: 26px;
    }
    .headlinehighlight {
        text-underline-offset: 8px;
        text-decoration-thickness: 1px;
    }
    .button {
        font-size: 14px;
        padding: 12px 20px;
    }
    .projectitem {
        width: 75vw;
    }
    .projectitem img {
        width: 75vw;
        height: 75vw;
    }
    .quote {
        font-size: 24px;
    }
    .contactsection h2 {
        font-size: 40px;
    }
    .bubble {
        width: 800px;
        height: 800px;
    }
    .logos {
        grid-template-columns: 1fr 1fr;
    }
    .fullwidthsection {
        padding: 24px;
    }
    .testimonial {
        height: 480px;
    }
    .quotebackgroundimage {
        height: 480px;
    }
    .projecthero h1 {
        font-size: 56px;
    }
    .projecthero p {
        font-size: 20px;
    }
    .projecthero span {
        font-size: 14px;
    }
    .projectgridtext {
        font-size: 16px;
    }
    .projecthero {
        padding-bottom: 64px;
    }
    .projectcontainer img {
        border-radius: 12px;
    }
    .nextprojectlink {
        font-size: 32px;
    }
    .nextprojectbox {
        padding: 40px;
    }
    .contact-info a {
        font-size: 24px;
    }

}