#event-section {
    background-color: #F8F4EE;
}
#event-section .headline-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#event-section .headline-wrapper .subtitle {
    position: relative;
    order: 1;
    margin: 0 0 10px;
    padding-left: 24px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #f5a000;
}
#event-section .headline-wrapper .subtitle::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #f5a000;
}
#event-section .headline-wrapper .headline {
    order: 2;
    margin: 0 0 1rem;
    font-family: "Roboto Slab",Helvetica,serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
#event-section .text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 0;
    color: #332e27;
}
#event-section .text > p:first-child {
    grid-column: 1 / -1;
    position: relative;
    margin: 0;
    padding: 14px 20px 14px 82px;
    min-height: 120px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e4e1dd;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    font-family: "PT Sans","Open Sans",Tahoma,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #332e27;
}
#event-section .text > p:first-child::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 62px;
    height: calc(100% + 2px);
    background: #f5a000;
    border-radius: 3px 0 0 3px;
}
#event-section .text > p:first-child > strong:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial, sans-serif;
    line-height: 1;
}
#event-section .text > p:first-child > strong:first-child em:nth-child(1) {
    display: block;
    margin-bottom: 3px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}
#event-section .text > p:first-child > strong:first-child em:nth-child(2) {
    display: block;
    margin-bottom: 4px;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}
#event-section .text > p:first-child > strong:first-child em:nth-child(3) {
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
}
#event-section .text > p:first-child > strong:nth-of-type(2) {
    display: block;
    margin: 0;
    font-family: "PT Sans","Open Sans",Tahoma,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #332e27;
}
#event-section .text > p:first-child > strong:nth-of-type(2) em {
    font-weight: 800;
    font-style: normal;
}
#event-section .text > p:nth-child(2) {
    grid-column: 1;
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
    font-family: "PT Sans","Open Sans",Tahoma,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #332e27;
}
#event-section .text > p:nth-child(3) {
    grid-column: 2;
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
    font-family: "PT Sans","Open Sans",Tahoma,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #332e27;
}
#event-section .text > p:nth-child(2) em,
#event-section .text > p:nth-child(3) em {
    font-style: normal;
}
#event-section .text > p:nth-child(3) em {
    font-weight: 800;
}
#event-section .text > p:nth-child(3) strong {
    font-weight: 700;
    color: #332e27;
}
@media (max-width: 575px) {
    #event-section .headline-wrapper .subtitle {
        margin-bottom: 8px;
        padding-left: 24px;
        font-size: 9px;
        letter-spacing: 1.8px;
    }
    #event-section .headline-wrapper .subtitle::before {
        font-size: 13px;
    }
    #event-section .headline-wrapper .headline {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    #event-section .text {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    #event-section .text > p:first-child {
        grid-column: 1;
        min-height: 0;
        padding: 14px 12px 14px 78px;
        font-size: 1rem;
    }
    #event-section .text > p:first-child::before {
        width: 62px;
    }
    #event-section .text > p:first-child > strong:first-child {
        width: 62px;
    }
    #event-section .text > p:first-child > strong:nth-of-type(2) {
        font-size: 1rem;
    }
    #event-section .text > p:nth-child(2) {
        grid-column: 1;
        margin-top: 18px;
        font-size: 1rem;
    }
    #event-section .text > p:nth-child(3) {
        grid-column: 1;
        margin-top: 18px;
        font-size: 1rem;
    }
}