.news-section {
    position: relative;
    z-index: 4;
    padding: 43px 0 65px 0;
}

.news-title i {
    font-size: 42px;
    color: #37CE2E;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
}

.news-title h2 {
    padding-bottom: 0;
}

.news-title {
    padding-bottom:  26px;
}

.js-news {
    margin: 0 -16px;
    padding-bottom: 32px;
}

.news-item {
    padding: 0 16px;
}

.news p {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
    -webkit-line-clamp: 3;
}

.js-news .slick-arrow {
    top: -78px;
    transform: translate(0, 0);
}

.js-news .slick-prev {
    border-radius: 8px 0 0 0;
    left: auto;
    right: 73px;
}

.js-news .slick-next {
    border-radius: 0 0 8px 0;
    right: 16px;
}

.news-cta {
    color: #0A7F01;
    font-size: 18px;
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 33px;
    background: none;
}

.news-cta:hover {
    border: none;
}

.news-cta::after {
    content: '\e903';
    font-family: 'hmj-tech';
    font-size: 21px;
    line-height: 1em;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.js-news .slick-slide {
    vertical-align: top;
}

@media (min-width: 768px) {
    .news-section {
        padding: 96px 0 64px 0;
    }

    .news-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .news-headlines {
        width: 332px;
    }

    .news-slide {
        width: calc(100% - 332px);
        padding-left: 16px;
    }

    .news-title {
        padding-bottom:  15px;
    }
    
    .js-news {
        padding-bottom: 80px;
    }
    
    .js-news .slick-arrow {
        top: auto;
        bottom: 0;
        transform: translate(0, 0);
    }
    
    .js-news .slick-prev {
        left: 16px;
        right: auto;
    }
    
    .js-news .slick-next {
        right: auto;
        left: 72px;
    }
}

@media (min-width: 1200px) {
    .news-section {
        padding: 96px 0 71px 0;
    }

    .news-flex {
        display: block;
    }

    .news-headlines {
        width: 100%;
        padding-bottom: 32px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .news-headlines .btn {

        margin-bottom: 14px;
    }

    .news-slide {
        width: 100%;
        padding: 0 81px;
    }

    .news-title {
        padding-bottom:  0;
    }
    
    .js-news {
        padding-bottom: 0;
        margin: 0 -32px;
    }

    .js-news::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
    }
    
    .js-news::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .news-item {
        padding: 0 32px;
    }

    .news p {
        font-size: 22px;
        line-height: 1.272em;
    }
    
    .js-news .slick-arrow {
        top: 50%;
        bottom: auto;
        transform: translate(0, -50%);
        margin-top: -20px;
    }
    
    .js-news .slick-prev {
        left: -49px;
        border-radius: 8px 0 8px 0;
    }
    
    .js-news .slick-next {
        right: -49px;
        left: auto;
        border-radius: 8px 0 8px 0;
    }

    .news {
        position: relative;
    }

    .news::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 138px;
        background-color: #292929;
        top: 0;
        right: -32px;
        opacity: 0.19;
    }

    .news-cta:hover {
        background: none;
    }
}