.newsroom_rb__wrapper {
    position: relative;
}

.newsroom_rb__wrapper:before {
    content: '';
    background-color: #fdff37;
    margin: 0 -15px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    width: 200vw;
    height: 1040px;
    top: -500px;
    right: -50%;
    z-index: 1;
}

.newsroom_rb__decor {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
}

.newsroom_rb__decor svg {
    display: block;
}

.newsroom_rb .container {
    position: relative;
    z-index: 3;
    overflow: visible;
    border-radius: 10px;
    width: 100%;
    max-width: 1204px;
}

.newsroom_rb__header {
    padding: 118px 0 78px;
    text-align: center;
}

.newsroom_rb__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 72px;
    font-weight: 400;
    line-height: 77px;
}

.newsroom_rb__subtitle {
    color: #112031;
    text-align: center;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -0.24px;
}

.newsroom_rb_tabs {
    background-color: #fff;
    -webkit-box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    box-shadow: -12px 10px 55px 0 rgba(116, 126, 142, 0.20);
    padding: 0 82px 90px;
    margin-bottom: 122px;
}

.newsroom_rb_tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #929ba7;
    margin: 0 -7px;
}

.newsroom_rb_tabs__navigation_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 427px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsroom_rb_tabs__navigation_button {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #A2A9B3;
    font-family: 'Aeonik' !important;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 20px 15px 15px;
}

.newsroom_rb_tabs__navigation_button.active {
    color: #112031;
}

.newsroom_rb_tabs__navigation_button:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: -3px;
    background-color: transparent;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 0;
    right: 0;
}

.newsroom_rb_tabs__navigation_button.active:before {
    background-color: #EE7CD2;
}

.newsroom_rb_tabs__content {
    margin-top: 64px;
}

.newsroom_rb_tabs__content_item.headlines_new {
    padding-top: 1px;
}

.newsroom_rb__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.newsroom_rb_item {
    width: 50%;
    margin-bottom: 70px;
    padding: 0 15px;
}

.newsroom_rb_item.headlines {
    margin-bottom: 80px;
}

.newsroom_rb_item:nth-child(even) .newsroom_rb_item__link {
    margin-left: auto;
}

.newsroom_rb_item__link {
    display: block;
    max-width: 424px;
}

.newsroom_rb_item__date {
    color: #838D9A;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
}

.newsroom_rb_item__title {
    color: #112031;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.36px;
    margin: 0;
}

.headlines .newsroom_rb_item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headlines .newsroom_rb_item__img {
    width: 60px;
    margin-top: 3px;
}

.headlines .newsroom_rb_item__img img {
    width: 60px;
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsroom_rb_item__content {
    width: calc(100% - 70px);
    padding-left: 19px;
}

.newsroom_rb__btn_wrapper {
    text-align: center;
    margin-top: 45px;
}

.newsroom_rb__btn_wrapper a {
    font-size: 18px;
    min-width: 235px;
    text-decoration: none !important;
    padding: 17px;
}

@media (max-width: 991px) {
    .newsroom_rb .container {
        padding: 0 30px;
    }

    .newsroom_rb_tabs {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .newsroom_rb_tabs {
        padding-bottom: 50px;
        margin-bottom: 80px;
    }
    .newsroom_rb__header {
        padding-bottom: 50px;
    }

    .newsroom_rb__title {
        font-size: 48px;
        line-height: 56px;
    }

    .newsroom_rb__subtitle {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .newsroom_rb__subtitle br {
        display: none;
    }


    .newsroom_rb_item {
        width: 100%;
    }

    .newsroom_rb_item__link {
        max-width: 100%;
    }

    .newsroom_rb__decor {
        display: none;
    }

    .newsroom_rb_tabs__navigation_button {
        font-size: 24px !important;
        padding: 10px;
    }

    .newsroom_rb__btn_wrapper {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .newsroom_rb .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsroom_rb_tabs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsroom_rb_tabs__navigation_button {
        font-size: 18px !important;
    }
}