.news-block_wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.column-block {
    padding: 30px 24px;
    align-self: stretch;
}

.news-image {
    width: 100%;
    height: 152px;
    margin-bottom: 20px;
}

.news-image img {
    border-radius: 10px;
    display: block;
}

.column-block h4 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #1A4782;
    line-height: 1.3em;
}

.column-block .btn-tertiary {
    color: #F26522;
    border-color: rgba(242, 101, 34, 0.2);
    margin-bottom: 14px;
}

.column-block .btn-tertiary::after {
    color: #F26522;
}

.whitepapers-column .btn-tertiary {
    color: #00AEEF;
    border-color: rgba(0, 174, 239, 0.2);
}

.whitepapers-column .btn-tertiary::after {
    color: #00AEEF;
}

.whitepapers-column {
    background: #F6F6F6;
}

.column-block .slick-arrow {
    width: 40px;
    height: 40px;
    color: #1A4782;
    background: #FFFFFF;
    border: 1px solid #B6B5B5;
    border-radius: 0;
    bottom: 10px;
}

.column-block .slick-next {
    right: 0;
    margin-right: 0;
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.column-block .slick-prev {
    left: auto;
    right: 41px;
    margin-left: 0;
    border-radius: 6px 0 0 6px;
}

.news-block {
    position: relative;
}

.news-block__bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1200px;
    transform: translate(-50%, 0) !important;
    max-width: inherit;
}

.news-block__content {
    position: relative;
    z-index: 2;
}


.news-block__content .btn-secondary,
.news-block__content .btn-primary {
    margin-top: 20px;
}


@media (min-width: 768px) {
    .column-block {
        padding: 50px 40px;
    }

    .news-image {
        height: 270px;
    }

    .column-block h4 {
        font-size: 25px;
    }

    .news-block__bg {
        width: 1920px;
    }
}

@media (min-width: 1200px) {
    .news-block_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .column-block {
        padding: 70px 80px 80px;
        width: 50%;
    }

    .news-image {
        height: 252px;
    }

    .column-block .slick-arrow {
        width: 54px;
        height: 54px;
        bottom: 8px;
    }

    .column-block .slick-prev {
        right: 55px;
    }

}

@media (min-width: 1600px) {
    .column-block {
        padding: 70px 80px 80px;
    }

    .news-image {
        height: 337px;
        margin-bottom: 32px;
        margin-top: 10px;
    }

    .column-block h4 {
        font-size: 30px;
    }
}