@media screen and (max-width: 480px) {
    .swal2-title {
        font-size: 1.675em !important;
    }
    .swal2-content {
        font-size: 1.05em !important;
    }
    .swal2-actions {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .swal2-actions button {
        font-size: 0.892em !important;
        margin: .3125em !important;
        padding: 0.55em 1em !important;
    }
}