/* pc */
div:where(.swal2-container) .swal2-html-container {
    padding: 10px 20px 25px 20px !important;
}


/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}