@media (max-width: 576px) {

    h1 {
		font-size: 24pt !important;
        text-align: center !important;
    }

    h2, .title {
        text-align: left !important;
    }

    .header-text p {
        text-align: center !important;
    }

    .form-row .form-group {
        flex: auto !important;
        width: 100%;
    }

    .radio-row {
        width: 100%;
    }
}