@media only screen and (max-width: 480px){
    .page-not-found-container{
        gap: 2em !important;
    }
    .page-not-found-container h1{
        font-size: 4rem !important;
    }
    .page-not-found-container .page-not-found-container-text,
    .select2-selection__placeholder{
        font-size: 17px !important;
    }
    .page-not-found-container .turquoise-button{
        font-size: 12px !important;
    }
}