.insights.joined {
    margin-top: -105px;
    background: #ecede7;
    padding-top: 105px;
    padding-bottom: 80px;
}

.insights {
    margin-top: 80px;
    margin-bottom: 80px;
}

.insights_inner.container {
    display: flex;
}

.insights_left h4 {
    color: black;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.insights_left h3 {
    font-size: 64px;
    font-weight: 600;
    color: #102431;
    line-height: 89px;
}

.insights_left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #17364a;
    margin-top: 15px;
}

.insights_left a {
    /* margin-top: 50px; */
    display: inline-block;
    background: #17364a;
    color: white;
    padding: 15px 20px;
    border-radius: 4px;
}

.insights_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.insights_right {
    width: 40%;
}

.insights_right img:not(.arrow) {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.insights_right .slick-slide {
	margin: 0px 15px;
	background: white;
	border-radius: 10px;
}

.insights_right .slick-list {
	margin: 0px -15px;
}

.insights_right .slick-slide .description {
    padding: 20px;
    color: #14374B;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.insights_right .slick-slide .date {
    padding: 0px 20px;
    margin-top: 15px;
    color: #839199;
}

.insights_right .slick-slide .title {
    padding: 0px 20px;
    margin-top: 15px;
    color: #14374B;
    font-size: 20px;
    font-weight: 600;
}

.insight_slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.insights .slick-next:before {
    display: none;
}

.insights button.slick-prev.slick-arrow {
    display: none !important;
}

.insights button.slick-next.slick-arrow {
    right: -40px;
}