@media only screen and (max-width: 768px) {
    .non-animated-btn-div {
        width: 100%;
    }

    .mega-btn svg {
        height: 110px !important;
        width: 110px !important;
    }

    .form-domeinnaam-btn {
        margin: 22px auto !important;
        display: block !important;
    }

    .fs-title {
        font-size: 2rem !important;
        margin-top: 5rem !important;
    }

    .wrapper-page {
        min-height: 100vh !important;
    }
}
