body {
    overflow-x: hidden;
}

section#section-past-event {
    padding-bottom: 2.5rem;
    /* overflow: hidden; */
    /* width: 100%; */
    /* margin: 0; */
    /* padding: 0; */
    /* background-color: var(--themePrimary); */
    /* color: #fff; */
    padding-top: 2rem;
    background-color: #F2F2F2;
}

section#section-past-event .title_past-event {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

section#section-past-event .title_past-event .title_past-event_svg {
    width: 25%;
}

section#section-past-event .event-list  {
    width: 100%;
}

section#section-past-event .event-list li {
    list-style-type: disclosure-closed;
}

section#section-past-event .event-list li::marker {
    font-size: 1.5rem;
    color: var(--themeSecondary);
    position: absolute;
    line-height: 1.5rem;
}

section#section-past-event .event-list li > * {
    margin: 1rem 0;
    display: block;
}

section#section-past-event .event-list li .name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--themeSecondary);
}

section#section-past-event a.button {
    display: inline-flex;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background-image: url('../images/bg_btn.png');
    background-size: cover;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    border-radius: 2rem;
    height: 4rem;
    margin: 0.5rem 0.2rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-decoration: none;
}

section#section-past-event .photo img {
    width: 100%;
    object-fit: contain;
}

section#section-past-event .video video {
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
    aspect-ratio: 16 / 9;
    margin-top: 1rem;
}

@media only screen and (max-width: 1199.98px) {
}

@media only screen and (max-width: 1599.98px) {
    section#section-past-event {
        /* padding: 0 100px; */
    }
}

@media only screen and (max-width: 991.98px) {
    section#section-past-event {
        /* padding-left: 4.5rem; */
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    section#section-past-event .event-list li .name {
        font-size: 1.5rem;
    }

    section#section-past-event a.button {
        font-size: 1.2rem;
    }
}