


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

    body {
        background: red;
    }

    .heading-wrapper_content {
        width: 80%;
    }

    .logo {
        width: 100%;
    }

    .heading-wrapper .sub-heading {
        font-size: 3rem;
    }
}