/* Press release styles */

body.single-press_releases .main-content-background {
    padding-top: 80px;
    padding-bottom: 80px;
}

.press-release-posts {
	padding: 40px 0;
}

.press-release-post {
	display: flex;
}

@media(max-width: 767px) {
	.press-release-post {
		flex-direction: column;
		text-align: center;
	}
}

.press-release-post:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.press-release-post__left {
	padding-right: 30px;
}

@media(max-width: 767px) {
	.press-release-post__left {
		padding-right: 0;
		margin-bottom: 30px;
	}
}

.press-release-post__left img {
    width: 100%;
    max-width: 350px;
    min-width: 300px;
    height: auto;
}

.press-release-post__right {

}

.press-release-post__right h2 {

}

.press-release-post__right h2 a {

}

.press-release-post__right p {

}

.press-release-post__right > a {

}

