@media screen and (max-width: 450px) {
    .radio-selection {
        font-size: 15vw !important;
    }

    .cards {
        margin-top: 10vh;
    }

    #distance {
        width: 60%;
    }

    .emissions p {
        font-size: 30px;
    }

    .paper.emissions p {
        font-size: 40px;
    }

    .paper.emissions {
        width: 100% !important;
    }

    #fact {
        position: static;
        margin-top: 10vh;
    }

    .card h2 {
        font-size: 8vw !important;
    }
}

@media screen and (max-width: 360px) {
    .subheading:nth-of-type(2) {
        margin-top: 8vh;
    }
}
