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

    :root {
        --bs-body-font-size: 15px;
    }

    .modal {
        --bs-modal-margin: 0.8rem;
        --bs-modal-border-radius: 10px;

    }

    h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }

    .d-mobile-none {
        display: none;
    }

    body {
        display: flex;
        flex-direction: column;
    }

}
