.page {
    padding-top: 24px;
}



.page .event-wrapper > * {
    margin: 0;
}



.page .event-wrapper img {
    height: 100%;
    max-width: none;
}



.presentation {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, calc(50% - 10px));
}


.text-form {
    position: sticky;
    top: 96px;
}

.text-form > * {
    margin: 20px 0;
}


.text-form > :first-child {
    margin-top: 0;
}

.text-form > :nth-child(2) {
    margin-top: 0;
}

.text-form > :last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 0;
}

.event-date {
    margin-bottom: 16px;
}

.duration {
    margin-bottom: 0;
}

.event-excerpt {
    margin-top: 20px;
    max-width: 66%;
    font-size: 1.1em;
    line-height: 1.6;
    opacity: 0.85;
}

.event-excerpt p {
    margin: 0;
}

.buttons-wrapper {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.quantity-submit {
    column-gap: 8px;
    display: flex;
}


.presentation .media-wrapper {
    margin-bottom: 32px;
}



@media (max-width: 1024px) {
    .presentation {
        display: block;
    }

    .event-excerpt {
        max-width: none;
    }


    .text-form {
        margin-bottom: 32px;
        position: static;
    }

    .header {
        padding-bottom: 12px;
    }

    .duration {
        border-bottom: 1px solid;
        padding-bottom: 12px;
    }

    .buttons-wrapper {
        display: block;
    }
}
