@import "../_variables.css";

.event-content-container {
    max-width: 100%;

    .event-title {
        font-weight: 700;
        font-size: 2.308rem; /* 30px / 13 */
        color: #111827;
        margin-bottom: 2.462rem; /* 32px / 13 */
    }

    .event-description {
        display: flex;
        flex-direction: column;
        gap: 1.538rem; /* 20px / 13 */
    }
}