.box {
    background-color: var(--beep-white);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.225) !important;
    border: 0 solid var(--beep-white);
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
}


@media (max-width: 768px) {
    .box {
        padding: 20px;
    }
}
