@media (max-width: 770px) {
    body {
        height: auto;
    }

    .cbox {
        width: 100%;
    }

    .boxp {
        flex-direction: column;
        margin: 20px;
        width: 100%;
    }

    .boxp > .cta {
        width: 100%;
    }

    .form > div + div {
        margin-top: 0;
    }

    .frow {
        margin-top: 1rem !important;
    }

    .form-check.form-switch {
        display: inline-block;
    }
}
