
.everise-event-schedule {
    /*padding-left: 132px;*/
    /*padding-right: 132px;*/
    padding-bottom: 64px;
    background: #ffff;
}

.event-a-page-template .everise-event-schedule {
    /*padding-left: 32px;*/
    /*padding-right: 32px;*/
}
.event-a-page-template .everise-event-schedule .content {
    grid-column-gap: 96px;
}
.everise-event-schedule > h4 {
   font-size: 32px;
   font-weight: var(--wp--custom--typography--font-weight--600);
   line-height: 48px;
   margin-bottom: 64px;
   margin-top: 67px;
}
.everise-event-schedule > h5 {
    font-size: 22px;
    font-weight: var(--wp--custom--typography--font-weight--700);
    line-height: 33px;
    margin-bottom: 36px;
 }

.everise-event-schedule .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 48px;
}


.everise-event-schedule .content .card-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.everise-event-schedule .content .card-item .card-date {
    width: 180px;
    height: 180px;
}

.everise-event-schedule .content .card-item .card-date .card-month {
    background-color: #FF671D;
    padding: 4px 10px;
    color: #FFF2E8;
    font-weight: var(--wp--custom--typography--font-weight--600);
    border-radius: 12px 12px 0 0;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-family: var(--wp--preset--font-family--heading);
}
.everise-event-schedule .content .card-item .card-date .card-day {
    background-color: #FFF2E8;
    color: #FF671D;
    padding: 10px;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: var(--wp--custom--typography--font-weight--600);
    font-family: var(--wp--preset--font-family--heading);
}

.event-a-page-template .everise-event-schedule .content .card-item .card-date .card-day {
    line-height: 80px;
}

.everise-event-schedule .content .card-item .card-right .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}
.everise-event-schedule .content .card-item .card-right .card-content {
    font-size: 20px;
    line-height: 35px;
    font-family: var(--wp--preset--font-family--paragraph);
    font-weight: var(--wp--custom--typography--font-weight--400);
    color: rgba(0, 0, 0, 0.81);
}



@media (max-width: 992px) {
    .everise-event-schedule
    {
        /* padding-top: 66px;
        padding-bottom: 32px; */
        padding-bottom: 32px;
    }
    .everise-event-schedule .content {
        grid-row-gap: 24px;
    }
    .everise-event-schedule > h4 {
        margin-top: 66px;
        margin-bottom: 32px;
        font-size: 22px;
        line-height: 33px;
    }
    .everise-event-schedule > h5 {
        font-size: 16px;
        margin-bottom: 36px;
        line-height: 27px;
    }
    .everise-event-schedule .content .card-item .card-date {
        width: 120px;
        height: 120px;
    }
    .everise-event-schedule .content .card-item .card-date .card-month {
        font-size: 22px;
        line-height: 33px;
        font-weight: var(--wp--custom--typography--font-weight--600);
    }
    .everise-event-schedule .content .card-item .card-right .card-title {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 28px;
        letter-spacing: 0.04em;
        font-weight: var(--wp--custom--typography--font-weight--700);
    }
    .everise-event-schedule .content .card-item .card-date .card-day {
        font-size: 36px;
    }
    .event-a-page-template .everise-event-schedule .content .card-item .card-date .card-day {
        line-height: 45px;
    }

    .everise-event-schedule .content .card-item .card-right .card-content {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.04em;
    }

    .everise-event-schedule .content,
    .event-a-page-template .everise-event-schedule .content {
        grid-template-columns: auto;
    }
    .everise-event-schedule .content .card-item {
        flex-direction: column;
    }
}
