.box.errorContent{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    align-items: center;
}

@media only screen and (max-width : 1000px) {

    .box.errorContent{
        grid-template-columns: 1fr;
    }

    .boxClipart.w70{
        width: auto;
        max-height: 300px;
    }

}

@media only screen and (max-width : 500px) {

    .box.errorContent{
        grid-template-columns: 1fr;
    }

    .boxClipart.w70{
        width: auto;
        max-width: 250px;
    }

}
