.ce_jictabox_border {
    border: 1px solid black;
}

.ce_jictabox_card {
    width: 100%;
    background-color: white;

    padding: 2.25rem 4.625rem 2.25rem 4.625rem; /* 36px 74px 36px 74px */
}

.ce_jictabox_header {
    font-size: 1.5625rem; /* 25px */
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1.5625rem; /* 25px */
}

.ce_jictabox_text * {
    margin: 0;
    font-weight: 600;
}

.ce_jictabox_button_wrapper {
    display: block;
    width: fit-content;
    margin: 1.875rem auto 1.125rem; /** 30px auto 18px auto **/
}

@media (max-width: 575px) {
    .ce_jictabox_card {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
}