h1 {
    z-index: 1;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1.5px;
    font-size: 88px;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 54px;
    }
}
@media (max-width: 769px) {
    h1 {
        font-size: 48px;
    }
}

.manufacturing-link, .manufacturing-link:visited {
    color: white;
    font-size: 36px;
    text-decoration: underline;
}
@media(max-width: 500px) {
    .manufacturing-link {
        font-size: 28px;
    }
}

.manufacturing-tile-description {
    font-size: 20px;
}
.manufacturing-tile-description a {
    text-decoration: underline;
    color: white;
}
@media (max-width: 1300px) {
    .manufacturing-tile-description {
        font-size: 18px;
    }
}

.more-info-section {
    margin: auto;
    width: 50%;
    height: 100%;
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 28px;
}

.body-subsection-tagline {
    padding-top: 0 !important;
    padding-bottom: 2%;
    margin-top: 0;
    height: 160px;
}

#manufacturing-link {
    text-decoration: none !important;
    width: 60%;
}
@media(max-width: 850px) {
    #manufacturing-link {
        width: 75%;
    }
}
@media(max-width: 680px) {
    #manufacturing-link {
        width: 110%;
    }
}

.manufacturing-website-link {
    padding: 8px 12px;
    margin: auto;
    font-size: 28px;
    max-width: 90%;
    text-decoration: none !important;
    color: #212121;
}
@media(max-width: 1300px) {
    .manufacturing-website-link {
        font-size: 22px;
    }
}
@media(max-width: 520px) {
    .manufacturing-website-link {
        font-size: 18px;
    }
}
@media(max-width: 450px) {
    .manufacturing-website-link {
        font-size: 14px;
    }
}

.manufacturing-tile-text {
    font-size: 44px;
    margin-right: 4%;
    margin-left: 0;
}
@media(max-width: 1300px) {
    .manufacturing-tile-text {
        font-size: 38px;
    }
}
.body-grid-manufacturing {
    height: 760px;
}
@media(max-width: 1300px) {
    .body-grid-manufacturing {
        height: auto;
    }
}


.body-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3%;
}



.body-subsection {
    background-color: unset;
    padding-top: 3%;
    width: 100%;
    max-width: 1500px;
}


.middle-section-header {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 3%;
}
@media (max-width: 1024px) {
    .middle-section-header {
        margin-left: 5%;
    }
}




.video-grid {
    display: flex;
    width: 100%;
    padding-bottom: 2.5%;
}
@media (max-width: 1024px) {
    .video-grid {
        width: 96%;
        margin-right: 2.5%;
    }
}
@media (max-width: 769px) {
    .video-grid {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        padding-top: 2%;
    }
}

.video-grid video {
    width: 100%;
    border-radius: 20px;
}

.body-offset-grid-titles {
    width: 90%;
}
@media (max-width: 1024px) {
    .body-offset-grid-titles {
        padding-top: 10%;
        padding-left: 5%;
        width: 88%;
    }
}

.body-offset-grid-titles-inverse {
    margin-left: 8%;
}
@media (max-width: 1024px) {
    .body-offset-grid-titles-inverse {
        margin-left: 2%;
    } 
}



.body-flex-right {
    position: relative;
    margin-bottom: -4px;    
    width: 50%;
    max-width: 1440px;
    margin-top: 5%;
    margin-bottom: 2%;
}
@media (max-width: 769px) {
    .body-flex-right {
        width: 85%;
    }
}

.body-flex-right a {
    text-decoration: none;
    background-color: transparent;
    color: var(--global-colour-primary);
}

.form-flex {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

/* Top Bit */

.body-subsection-headline {
    padding-top: 6%;
}

.tagline-text {
    font-size: 36px;
    color: white;
    width: 80%;
    font-weight: 300;   
    text-align: center;
}
@media (max-width: 769px) {
    .tagline-text {
        font-size: 24px;
    }
}
@media (max-width: 540px) {
    .tagline-text {
        font-size: 20px;
    }
}

#insight-slide-top {
    background-color: #212121;
    border-radius: 20px;
    justify-content: end;
}
@media (max-width: 1024px) {
    #insight-slide-top {
        aspect-ratio: unset;
    }
}

@media (max-width: 1024px) {
    .middle-column {
        aspect-ratio: unset;
        width: 95%;
    }
}

/* Logo Section */

.logo-flex {
    height: 25%;
    width: 100%;
    max-width: 1500px;
    text-align: center;
    background-color: #212121;
    border-radius: 20px;
    margin-top: 4%;
}
@media (max-width: 1024px) {
    .logo-flex {
        width: 94%;
    }
}
@media (max-width: 769px) {
    .logo-flex {
        width: 92%;
        margin-top: 14%;
    }
}

.logo-title {
    font-size: 48px;
    font-weight: 600;
    padding-top: 2%;
}
@media (max-width: 769px) {
    .logo-title {
        font-size: 32px;
        padding-top: 8%;
    }
}

.logo-holder {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
@media (max-width: 769px) {
    .logo-holder {
        flex-direction: column;
        margin-bottom: 5%;
    }
}

.dnv-logo {
    width: 100%;
    height: 100%;
}
@media (max-width: 769px) {
    .dnv-logo {
        width: 100%;
    }
}

.partner-logo {
    width: 25%;
    height: 50%;
}
@media (max-width: 769px) {
    .partner-logo {
        width: 72%;
    }
}

#big-logo {
    width: 12.5%;
    height: 30%;
}
@media (max-width: 769px) {
    #big-logo {
        width: 48%;
        padding-bottom: 10%;
        padding-top: 10%;
    }
}
