@media screen and (min-width: 1481px) and (max-width: 1920px) {

    h1 {
        font-size: 0.7rem;
        letter-spacing: 0.185rem;
    }

    h2 {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        line-height: clamp(2rem, 3.25vw, 2.75rem);
    }

    .container_coloured {
        aspect-ratio: 1 / 0.35
    }
    .container_coloured_content {
        width: 70%;
        justify-content: center;
        padding: 5rem 0;
    }

    a.button {
        width: clamp(300px, 3vw, 350px);
    }

    .container-text {
        width: 70%;
    }
}