.latest_post_container {
    max-width: 1140px;
    margin: 40px auto 0px auto;
    display: block;
    overflow: hidden;
}

span.latest_title {
    width:100%;
    display:block;
}
span.latest_title {
    text-decoration:none;
    font-family: freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #001730;
    margin-bottom: 6px;
}

span.latest_intro_text {
    font-family: freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    color: #001730;
    max-width: 665px;
    width: 100%;
    display: block;
}

.latest_post_image_container {
    z-index: -1;
    position: relative;
}

.latest_post_intro {
    width: 100%;
    border-radius: 60px 0px 0px 0px;
    padding: 40px;
    margin-top: -80px;
    background-color: #ffffff;
    z-index: 1;
}


.latest_post_image {
    height: 600px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }

a.readmore {
    color: #001730;
    text-decoration: none;
    font-weight: 800;
}

.latest_post_container:hover .latest_title a,
.latest_post_container:hover .readmore,
.latest_post_container:hover .latest_title {
    color: #f25a22;
}

@media only screen and (max-width:900px) {
	.latest-post {
		display: none;
	}
}
