/**
 * Two Preparations Section Block Frontend Styles
 */

.will-two-preparations-section {
    margin-bottom: 0 !important;
}

/* pタグのマージンをリセット */
.will-two-preparations-section p {
    margin: 0;
}

/* Custom content width classes */
.max-w-4xl {
    max-width: 896px;
}

.max-w-5xl {
    max-width: 1024px;
}

.max-w-6xl {
    max-width: 1152px;
}

.max-w-7xl {
    max-width: 1280px;
}

