.page-body-content-section--event {
    background: url(/images/event-backgroud-76f75f5a2aeaa7274fd1192d85dec645.svg) right center no-repeat;
    min-height: 640px;
}

.page-body-content-section--event:nth-child(2n) {
    background: #565656 url(/images/event-backgroud-76f75f5a2aeaa7274fd1192d85dec645.svg) right center no-repeat;
}

.banner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
}

.page-body-content-section:first-child .section-content.banner {
    margin: 0 0 50px;
}

.page-body-content-section--event .banner {
    justify-content: space-between;
}

.banner-title {
    display: flex;
    justify-content: start;
    font-size: 44px;
    font-weight: 600;
    line-height: 100%
}

.banner-content-title {
    display: flex;
    justify-content: start;
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
}

.banner-content-annotation {
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
}

.banner-content {
    font-family: 'Century Gothic', uppercase, sans-serif;
    font-size: 18px;
}

.banner-content--event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    width: 60%;
}

.banner-content hr {
    display: inline-block;
    width: 3vw;
    border: 3px solid #CE4141;
}

.page-body-content-section--banner {
    background: url(/images/banner-background-83c4b53d670e8c5398bf44ac48e3e7f3.svg) right top+50px no-repeat;
    background-size: 25vw auto;
    min-height: 751px;
}

.page-body-content-section--banner .section-content-split-right {
    width: 32vw;
}