.event-block-2 {
    overflow: hidden;
}
.event-block-2 .block-2-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    text-transform: uppercase;
    margin-bottom: 75px;
    position: relative;
}
.event-block-2 .block-2-title:before {
    content: "";
    position: absolute;
    width: 300%;
    border-bottom: 2px solid black;
    border-color: var(--inside-color);
    bottom: -22px;
}
.event-block-2 .block-2-subtitle {
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.event-block-2 .block-2-description {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.event-block-2 .block-2-picture {
    width: 40%;
    text-align: center;
    padding-right: 24px;
}
.event-block-2 .block-2-content {
    width: 54%;
}
.event-block-2 .additional-button {
    display: inline-block;
    background-color: #FBBE07;
    padding: 20px 41px;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #000;
    text-decoration: none;
    border-radius: 0 42px 0 42px;
    transition: 400ms;
    margin-top: 57px;
}
.event-block-2 .additional-button:hover {
    opacity: 0.7;
}
.event-block-2 .additional-button-wrapper {
    position: relative;
}
.event-block-2 .additional-button-wrapper:after {
    content: '';
    height: 42px;
    border-right: 2px solid white;
    display: block;
    right: 0;
    top: calc(50% - 21px);
    position: absolute;
}
.event-block-2 .additional-button-wrapper {
    padding-right: 35px;
}
@media (max-width: 950px) {
    .event-block-2 .block-2-picture {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 48px;
    }
    .event-block-2 .block-2-title {
        font-size: 24px;
        margin-bottom: 73px;
    }
    .event-block-2 .block-2-title:before {
        bottom: -25px;
    }
    .event-block-2 .block-2-description {
        font-size: 16px;
        line-height: 32px;
    }
    .event-block-2 .block-2-subtitle {
        font-size: 16px;
    }
    .event-block-2 .block-2-content {
        width: 100%;
    }
}