header .navigation.pull-right {
    margin-right: 5px;
}

.main.resources-hub {
    margin: 0;
}

.main.resources-hub section {
    margin: 0;
}

.pubm-resources-hub__header {
    width: 100%;
    position: relative;

    background: url(/wp-content/uploads/2024/08/bg-events.png) center center no-repeat;
    background-size: cover;
}

.pubm-resources-hub__header:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(../../imgs/hp-lines-events.svg) no-repeat center center;
    background-size: auto 1000px;

    mix-blend-mode: soft-light;
}

.pubm-resources-hub__header .container {
    position: relative;
    padding-top: 185px;
    padding-bottom: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;

    z-index: 2;
}

.pubm-resources-hub__header .container:before,
.pubm-resources-hub__form .container:before,
.pubm-resources-hub__header .container:after,
.pubm-resources-hub__form .container:after {
    display: none;
    content: inherit;
}

.pubm-resources-hub__header h1 {
    margin: 0;

    font-size: 64px;
    letter-spacing: 1.28px;
    line-height: 72px;
    color: #fff;
    text-transform: uppercase;

    white-space: nowrap;
    flex-shrink: 0;
}

.pubm-search-form {
    width: 100%;
    max-width: 590px;
    margin: -2px 0 0;
}

.pubm-search-form .close-icon {
    display: none;
}

.pubm-search-form .form-group {
    width: 100%;
    margin: 0;
    position: relative;
}

.pubm-search-form .form-group input:not([type="submit"]) {
    width: 100%;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;

    border-color: #fff;
    background: none;
    padding-right: 50px
}
.pubm-search-form .form-group input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 46px;
    height: 100%;
    border: 0;
    font-size: 0;
    background: transparent;
}

.pubm-search-form .form-group input::placeholder {
    color: #fff;
}

.pubm-search-form .form-group input:focus {
    box-shadow: none;
}

.pubm-search-form .form-group svg {
    width: 18px;
    height: 18px;

    position: absolute;
    right: 15px;
    top: 16px;
}

.pubm-search-form .form-group svg [stroke] {
    stroke: #fff;
}

.pubm-resources-hub__featured-carousel__top {
    margin: 0 0 65px;
}

.pubm-resources-hub__featured-carousel__top:not(.slick-initialized),
.pubm-resources-hub__featured-carousel__nav:not(.slick-initialized) {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.pubm-resources-hub__featured-carousel__top_item {
    display: flex !important;
    flex-direction: row;
    gap: 0 48px;
}

.pubm-resources-hub__featured-carousel__top:not(.slick-initialized) .pubm-resources-hub__featured-carousel__top_item,
.pubm-resources-hub__featured-carousel__nav:not(.slick-initialized) .pubm-resources-hub__featured-carousel__nav_item {
    width: 100%;
    flex-shrink: 0;
}

.pubm-resources-hub__featured-carousel__nav:not(.slick-initialized) .pubm-resources-hub__featured-carousel__nav_item {
    max-width: calc(33.33% - 20px);
}

.pubm-resources-hub__featured-carousel__top_item > a {
    width: 64%;
    max-width: 726px;
    flex-shrink: 0;
}

.pubm-resources-hub__featured-carousel__top_item > a img {
    width: 100%;
    height: auto;
    aspect-ratio: 726 / 400;
    object-fit: cover;
}

.pubm-resources-hub__featured-carousel__top_item > div {
    display: flex;
    flex-direction: column;
}

.pubm-resources-hub__featured-carousel__top_item .pubm-resources-hub__featured-carousel__content > strong {
    display: block;
    margin: 0 0 20px;

    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 400;
    color: #071119;
}

.pubm-resources-hub__featured-carousel__top_item > div > p {
    margin: 0 0 10px;

    font-size: 18px;
    line-height: 27px;
    color: #071119;
}

.pubm-resources-hub__featured-carousel__content {
    position: relative;
}

.pubm-resources-hub__featured-carousel__content > a {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    outline: none !important;
}

.pubm-resources-hub__featured-carousel__top_item .archive-btn-blue {
    display: block;
    padding: 16.5px 34px;
    margin-top: auto;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 22px;
    color: #39BADD;
    text-align: center;
    text-transform: uppercase;

    border: 1px solid #39BADD;
}

.pubm-resources-hub__featured-carousel__top_item a.archive-btn-blue {
    padding: 12px 18px;
}

.pubm-resources-hub__featured-carousel__top_item .archive-btn-blue:hover {
    color: #fff;
    background-color: #39BADD;
    text-decoration: none;
}

.pubm-resources-hub__featured-carousel__top_item .archive-btn-blue:focus{
    text-decoration: none;
    outline: none;
}

.pubm-resources-hub__featured-carousel__nav {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px;
}

.pubm-resources-hub__featured-carousel__nav_item {
    margin: 0 10px;
    cursor: pointer;
    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 21px;
    line-height: 1.35;
    color: #000;
    transition: 0.2s all;
}

/*.pubm-resources-hub__featured-carousel__nav_item:not(.is-active) {*/
.pubm-resources-hub__featured-carousel__nav_item:not(.slick-current) {
    opacity: 0.35;
}

.pubm-resources-hub__featured-carousel__nav_item:before {
    content: '';

    display: block;
    margin: 0 0 15px;

    width: 60px;
    height: 5px;

    background: #62B7D9;
}

.pubm-resources-hub__items,
.pubm-resources-hub__featured,
.pubm-resources-hub__chart {
    padding: 88px 0 65px;
}

.pubm-resources-hub__items {
    background: #F2F3F3;
}

.pubm-resources-hub__items.pubm-resources-hub__items--news {
    background: #fff;
}

.pubm-resources-hub__items.pubm-resources-hub__items--case-studies {
    padding: 88px 0 120px;
}

.pubm-resources-hub__videos {
    background: #F2F3F3;
}

.pubm-resources-hub__blocks-head,
.pubm-resources-hub__featured-head,
.pubm-resources-hub__chart-head,
.pubm-resources-hub__videos-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.pubm-resources-hub__blocks-head h2,
.pubm-resources-hub__featured-head h2,
.pubm-resources-hub__chart-head h2,
.pubm-resources-hub__videos-head h2 {
    position: relative;
    margin: 0;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.pubm-resources-hub__featured-head h2,
.pubm-resources-hub__blocks-head h2,
.pubm-resources-hub__videos-head h2 {
    color: #071119;
}

.pubm-resources-hub__blocks-head h2:before,
.pubm-resources-hub__featured-head h2:before,
.pubm-resources-hub__chart-head h2:before,
.pubm-resources-hub__videos-head h2:before {
    content: '';
    display: block;

    width: 60px;
    height: 5px;

    position: absolute;
    top: -23px;
    left: 0;

    background: #FFD13F;
}

.pubm-resources-hub__blocks-head a,
.pubm-resources-hub__featured-head a,
.pubm-resources-hub__chart-head a,
.pubm-resources-hub__videos-head a {
    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.22px;
    color: #62B7D9;
    text-transform: uppercase;
}

.pubm-resources-hub__items-grid {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
    padding: 0;

    list-style-type: none;
}

.pubm-resources-hub__body_item {
    width: 100%;

    display: flex;
    flex-direction: column;
}

.pubm-resources-hub__items.pubm-resources-hub__items--news .pubm-resources-hub__body_item {
    background: #F1F1F1;
}

.pubm-resources-hub__body_item .featured-image,
.pubm-resources-hub__body_item--case_studies .featured-image {
    position: relative;
}

.pubm-resources-hub__body_item .featured-image:before {
    background: #003B5C;
    position: absolute;
    transition: .3s ease;
    width: 100%;
    content: '';
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.pubm-resources-hub__body_item:hover .featured-image:before {
    opacity: 0.4;
    visibility: visible;
}

.pubm-resources-hub__body_item--case_studies .featured-image .logo {
    position: absolute;
    left: 22px;
    bottom: 30px;
    width: auto;
    max-width: 200px;
    height: 50px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

.pubm-resources-hub__body_item--case_studies .featured-image.extra-images .logo {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 0 22px;
    column-gap: 3%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    bottom: 20px;
}

.pubm-resources-hub__body_item--case_studies .featured-image.extra-images .logo img {
    max-width: 26.5%;
    width: auto;
    max-height: 43px;
    margin: 0;
}

.pubm-resources-hub__body_item--case_studies .featured-image.extra-images.count-2 .logo img {
    max-width: 39%;
}

.pubm-resources-hub__body_item--case_studies .featured-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #021625 0%, #02162500 50%) 0% 0%;
    pointer-events: none;
    opacity: 0.5;
}

.pubm-resources-hub__body_item .row {
    margin: 0;
    padding: 0;
}

.pubm-resources-hub__body_item > div,
.pubm-resources-hub__body_item > div > div {
    height: 100%;
    margin: 0;
}

.pubm-resources-hub__body_item > div > div {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.pubm-resources-hub__body_item > div > div img {
    width: 100%;
}

.pubm-resources-hub__body_item .cardContent,
.pubm-resources-hub__body_item .featured .cardContent {
    display: flex;
    flex-direction: column;

    padding: 15px 20px;
    flex-grow: 1;

    background: #fff;
}

.pubm-resources-hub__body_item .categories .category {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4fc8ed;
}

.pubm-resources-hub__body_item .card-post-type {
    display: block;
    margin: 0 0 5px;

    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4fc8ed;
}

.pubm-resources-hub__body_item .heading h4,
.pubm-resources-hub__body_item .news-item h3 {
    margin: 0 0 auto;
    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 21px;
    line-height: 1.35;
}

.pubm-resources-hub__body_item .news-item > span {
    font-size: 16px;
    line-height: 24px;
}

.pubm-resources-hub__body_item .heading h4 {
    margin: 0;
}

.pubm-resources-hub__body_item .heading:not(:last-child),
.pubm-resources-hub__body_item .news-item h3:not(:last-child) {
    margin: 0 0 16px;
}

.pubm-resources-hub__body_item .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: auto 0 0;
    height: auto;
}

.pubm-resources-hub__body_item .categories .category {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4fc8ed;
}

.pubm-resources-hub__chart {
    background-color: #0E2B42;
}

.pubm-resources-hub__chart-head h2 {
    color: #fff;
}

.pubm-resources-hub__form {
    padding: 32px 0;
}
.pubm-resources-hub__form .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 58px;
}

.pubm-resources-hub__form h3 {
    margin: 0;
    flex-shrink: 0;

    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #071119;
    letter-spacing: 0;

    white-space: nowrap;
}

.pubm-resources-hub__form iframe.pardotform {
    padding-right: 15%;
    margin-bottom: 0;
    height: 52px !important;
}

.pubm-resources-hub__videos {
    padding: 88px 0 0;
}

.pubm-resources-hub__videos_video {
    position: relative;
    width: 100%;

    padding: 0 0 56.2%;
    margin: 0 0 20px;
}

.pubm-resources-hub__videos_video .play-btn {
    background: url("../../imgs/cta-video-play.svg") no-repeat 50% 50%;
    background-size: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pubm-resources-hub__videos_video iframe {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.pubm-resources-hub__videos_nav {
    display: flex;
    flex-direction: row;
    margin: 0 0 60px;
}

.pubm-resources-hub__videos_nav .slick-list {
    min-width: 100%;
}

.pubm-resources-hub__videos_nav > .pubm-resources-hub__videos_nav-item {
    width: 100%;
}

.pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item {
    transition: 0.3s all;
}

.pubm-resources-hub__videos_nav {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);

    position: relative;
    margin: 0 -10px;
}

.pubm-resources-hub__videos_nav-item {
    margin: 0 10px;
}

.pubm-resources-hub__videos_nav-item figure {
    position: relative;

    width: 100%;
    height: 200px;

    margin: 0 0 35px;

    background: var(--bg);
    background-size: cover;
}

.pubm-resources-hub__videos_nav-item figure:before {
    background: #003B5C;
    position: absolute;
    transition: .3s ease;
    width: 100%;
    content: '';
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.pubm-resources-hub__videos_nav-item:hover figure:before {
    opacity: 0.4;
    visibility: visible;
}

.pubm-resources-hub__videos_nav-item p {
    margin: 0;
    padding: 0;

    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 21px;
    line-height: 1.35;
    color: #000;
    transition: 0.2s all;
}

.pubm-resources-hub__videos_nav-item p:before {
    content: '';

    display: block;
    margin: 0 0 15px;

    width: 60px;
    height: 5px;

    background: #62B7D9;
}
.decoration {
    background-color: #4FC8ED;
    position: absolute;
}
.events-section {
    position: relative;
}
.events-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.events-bg-img:before {
    content: '';
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yellow-bar-title {
    position: relative;
}
.yellow-bar-title:before {
    content: '';
    width: 60px;
    height: 5px;
    background-color: #FFD13F;
    position: absolute;
    left: 0;
    bottom: calc(100% + 18px);
}
.link {
    color: #4FC8ED;
    font: 15px/1 "TVNordEF-Bold", sans-serif;
    letter-spacing: 2.1px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.link svg {
    width: 10px;
    margin-left: 4px;
}
.events-section .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.events-section .title-block h3 {
    margin-bottom: 20px;
}
.events-section .title-block p {
    margin-bottom: 30px;
}
.events-column {
    color: #000;
    text-decoration: none;
}
.events-column:hover {
    color: #000;
    text-decoration: none;
}
.event-img {
    width: 100%;
    height: 250px;
}
.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-body {
    background-color: #fff;
    color: #04111A;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.event-body h4 {
    color: #000;
    font: 21px/1.35 "TVNordEF-Black", sans-serif;
    margin-bottom: 30px;
}
.event-body p {
    margin: auto 0 0;
}

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

    .pubm-search-form {
        max-width: 100%;
    }
    
    .pubm-resources-hub__header .container {
        flex-direction: column;
        align-items: flex-start;

        gap: 25px 0;
        padding: 124px 15px 36px;
    }

    .pubm-resources-hub__header h1 {
        font-size: 34px;
        letter-spacing: 0.68px;
        line-height: 39px;
    }

    .pubm-search-form .form-group input:not([type="submit"]) {
        height: auto;
        padding: 12px 14px;

        font-size: 17px;
        line-height: 20px;
    }

    .pubm-search-form .form-group svg {
        width: 20px;
        height: 20px;
    }

    .pubm-resources-hub__featured-head {
        margin: 0 0 20px;
    }

    .pubm-resources-hub__blocks-head h2,
    .pubm-resources-hub__featured-head h2,
    .pubm-resources-hub__chart-head h2,
    .pubm-resources-hub__videos-head h2 {
        font-size: 30px;
        letter-spacing: 0.6px;
        line-height: 34px;
    }

    .pubm-resources-hub__featured-carousel__top {
        margin: 0;
    }

    .pubm-resources-hub__featured-carousel__top .slick-track {
        display: flex !important;
    }

    .pubm-resources-hub__featured-carousel__top_item {
        height: auto !important;
        flex-direction: column;
        gap: 25px 0;
    }

    .pubm-resources-hub__featured-carousel__top_item > a {
        width: 100%;
        max-width: 100%;
    }

    .pubm-resources-hub__featured-carousel__top_item > a img {
        aspect-ratio: 345 / 330;
    }

    .pubm-resources-hub__featured-carousel__top_item > div {
        flex-grow: 1;
    }

    /*.pubm-resources-hub__featured-carousel__top_item > div > strong {*/
    /*    margin: 0 0 20px;*/

    /*    font-size: 22px;*/
    /*    line-height: 26px;*/
    /*    letter-spacing: 0.11px;*/
    /*}*/
    .pubm-resources-hub__featured-carousel__top_item .pubm-resources-hub__featured-carousel__content > strong {
        font-size: 28px;
        line-height: 32px;
    }

    .pubm-resources-hub__featured-carousel__content {
        margin-bottom: 20px;
    }

    .pubm-resources-hub__featured-carousel__top_item > div > p {
        margin: 0 0 35px;
    }

    .pubm-resources-hub__featured-carousel__top .slick-dots {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0 15px;

        padding: 0;
        margin: 65px 0 0;
        list-style-type: none;
    }

    .pubm-resources-hub__featured-carousel__top li button {
        display: block;

        width: 34px;
        height: 5px;

        font-size: 0 !important;

        border: none;
        border-radius: 0;

        background: #39BADD;

        appearance: none;
        -webkit-appearance: none;

        opacity: 0.4;
    }

    .pubm-resources-hub__featured-carousel__top li.slick-active button {
        opacity: 1;
    }

    .pubm-resources-hub__featured-carousel__nav {
        display: none !important;
    }

    .pubm-resources-hub__items-grid {
        flex-direction: column;
        gap: 20px 0;
    }

    .pubm-resources-hub__chart-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
    }

    .pubm-resources-hub__items.pubm-resources-hub__items--case-studies {
        padding: 88px 0 65px;
    }

    .pubm-resources-hub__form {
        padding: 48px 0;
    }

    .pubm-resources-hub__form .container {
        flex-direction: column;
        align-items: unset;
        gap: 26px 0;
    }

    .pubm-resources-hub__form iframe.pardotform {
        padding-right: 0;
    }

    .pubm-resources-hub__videos_nav {
        width: calc(100% + 10px);
        max-width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .pubm-resources-hub__videos_nav-item {
        margin: 0 5px;
    }

    .pubm-resources-hub__videos_nav-item figure {
        height: auto;
        aspect-ratio: 360 / 200;
        margin: 0 0 20px;
    }

    .pubm-resources-hub__videos_nav-item p {
        font-size: 28px;
        line-height: 32px;
    }

    .pubm-resources-hub__videos_nav {
        flex-direction: column;
    }

    .pubm-resources-hub__videos_nav .slick-dots {
        width: 100%;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0 15px;

        padding: 0;
        margin: 50px 0 0;
        list-style-type: none;
    }

    .pubm-resources-hub__videos_nav .slick-dots li button {
        display: block;

        width: 34px;
        height: 5px;

        font-size: 0 !important;

        border: none;
        border-radius: 0;

        background: #39BADD;

        appearance: none;
        -webkit-appearance: none;

        opacity: 0.4;
    }

    .pubm-resources-hub__videos_nav .slick-dots .slick-active button {
        opacity: 1;
    }

    .pubm-resources-hub__videos_nav-item p:before {
        display: none;
    }

    .pubm-resources-hub__videos > .container > .pubm-resources-hub__videos_video {
        display: none !important;
    }

    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item:not(.is-playing) figure {
        background: none !important;
    }

    .pubm-resources-hub__videos_nav-item:hover figure::before {
        display: none;
    }
}

@media only screen and (min-width: 992px) {

    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item .pubm-resources-hub__videos_video,
    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item:not(.is-playing) figure iframe,
    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item:not(.is-playing) figure span {
        display: none;
    }

    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item:not(.is-playing) figure {
        opacity: 0.8;
    }

    .pubm-resources-hub__videos_nav .pubm-resources-hub__videos_nav-item:not(.is-playing) p {
        opacity: 0.35;
    }
}

@media only screen and (min-width: 768px) {

    .events-section {
        padding-top: 77px;
        padding-bottom: 177px;
    }
    .blue-prlx {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }
    .events-section .blue-prlx {
        background-color: #003B5C;
        top: -50px;
    }
    .events-section .decoration {
        width: 120px;
        height: 120px;
        bottom: -15px;
        right: 0;
        z-index: -1;
    }
    .events-column {
        position: relative;
        z-index: 1;
    }
    .events-bg-img {
        background-position: 50% 50%;
        top: 0;
    }
    .events-bg-img:before {
        background: url("../../imgs/hp-lines-events.svg") no-repeat 50% 50%;
        background-size: 100% 100%;
    }
}

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

    .events-section {
        padding-bottom: 30px;
    }
    .events-bg-img:before {
        background: url("../../imgs/hp-lines-events-m.svg") no-repeat 50% 100%;
        background-size: 100% auto;
    }
    .events-column {
        margin-bottom: 20px;
    }
    .events-bg-img {
        background-position: 50% 100%;
        top: 200px;
    }
    .events-section .title-block {
        background-color: #173A56;
        padding-top: 66px;
        padding-bottom: 80px;
        margin-bottom: -50px;
    }
    .blue-prlx {
        display: none;
    }
}

@media only screen and (min-width: 992px) {

    .events-bg-img {
        width: calc(((100% - 970px) / 2) + (970px * 0.66666666) - 15px);
    }
    .events-section .title-block {
        align-self: center;
        padding-right: 110px;
    }
    .blue-prlx {
        width: calc(((100% - 970px) / 2) + (970px * 0.4166666667));
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .events-section .title-block {
        margin-bottom: 40px;
    }
}