@media (max-width: 44em) {

    .open-nav {
        display: block;
    }

    .nav-menu {
        display: none;
    }


}

@media (max-width: 75em) {

    .nav-logo {
        width: 9rem;
        margin-bottom: -2rem;
    }

    .about-container {
        flex-direction: column;
    }

    .about-link {
        margin-right: 0;
        margin-left: auto;
    }

    .about {
        padding: 3.6rem 0.6rem;
    }

    .list-img {
        transform: rotate(-90deg);
    }

    .list-imgBox::after {
        transform: rotate(-90deg);
        bottom: auto;
        right: auto ;
        top: -8rem; 
        left: 1rem; 
    }

    .list-imgBox {
        margin-top: -10rem;
    }

    .arch-border {
        top:15%;
    }

    .arch-container {
        grid-template-columns: 1fr 1fr;
    }

    .first-arch {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .second-arch {
        grid-column: 1/2;
        grid-row: 1/2;
    }

}

@media (max-width: 56.25em) {

    .about-imgBox {
        order: 2;
        margin-bottom: 3.6rem;
    }

    .about-textBox {
        order: 1;
    }

    .list-imgBox {
        order: 2;
        max-width: 35rem;
        margin-top: -5rem;
        transform: rotate(-90deg);
    }

    .list-imgBox::after {
        transform: rotate(0deg);
        bottom: auto;
        right: auto ;
        top: -2rem; 
        left: 9rem; 
        height: 90%;
    }
    
    .list-img {
        max-width: 35rem;
        transform: rotate(0deg);
    }

    .arch {
        padding: 0rem 0.6rem 1.2rem;
    }

    .cta-container {
        grid-template-columns: 1fr;
        border-left: none;
    }


}

@media (max-width: 37.5em) {

    .hero {
        background-position: 90%;
    }

    .hero-header {
        font-size: 3.6rem;
    }

    .hero-button,
    .hero-button-two {
        width: auto;
    }

    .about-header {
        font-size: 3rem;
    }

    .about-imgBox {
        width: 30rem;
    }

    .about-img {
        width: 30rem;
    }

    .about-imgBox::after {
        bottom: -2rem;
        left: 0rem;
        right: auto;
        width: 90%;
    }

    .about-container {
        gap: 1.2rem;
    }

    .about {
        padding-bottom: 0rem;
    }

    .colourBanner-header {
        font-size: 3rem;
    }

    .dualList {
        flex-direction: column;
        gap: 0rem;
    }

    .list-imgBox {
        width: 30rem;
        transform: rotate(0deg);
        margin-top: auto;
    }

    .list-imgBox::after {
        display: none;
    }
    
    .list-img {
        width: 30rem;
        transform: rotate(0deg);
    }

    .arch {
        padding-top: 3.6rem;
    }

    .arch-container {
        grid-template-columns: 1fr;
      }

    .first-arch {
        grid-column: auto;
        grid-row: auto;
    }

    .second-arch {
        grid-column: auto;
        grid-row: auto;
    }  

    .arch-border {
        display: none;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

}