/* @group Single News
------------------------------------ */

.single-news .header-cards,
.single-news .cards-content {
	background-color: var(--super-light-grey);
}
.single-news #main-content .container:before {
	display: none !important;
}

.single-post-module {
	background-color: var(--white);
	padding-bottom: 4.1rem;
}

.single-post-module .container-fluid {
	padding-left: 0;
}

.single-post-module .row.middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-post-module .image {
	height: 75rem;
}

.single-post-module .text {
	padding-left: 9.5rem;
}

.single-post-module .image-logo {
	height: 6rem;
	margin-bottom: 5.2rem;
}

.single-post-module .image-logo > img {
	object-fit: contain;
	object-position: left center;
}

.single-post-module h2 {
	font-family: var(--opensans-font);
	font-size: 50px;
	font-weight: 600;
	line-height: 1em;
	color: var(--dark-blue);
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 3.6rem;
	text-align: left;
}

.single-post-module p {
	color: var(--dark-blue);
	font-family: var(--opensans-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.312em;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 2.4rem;
}

.single-post-module .bttn {
	font-size: 16px;
}

.single-post-module .bttn:hover {
	background-color: var(--dark-blue);
	border: 0.2rem solid var(--dark-blue);
}

.single-post-module .bttn i {
	margin-left: 0.5rem;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-post-module a:hover {
	text-decoration: none;
}

.single-post-module a:hover .bttn i {
	transform: translateX(0.6rem);
}

@media only screen and (min-width: 961px) {
	.single-post-module .image-logo {
		max-width: 34rem;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.single-post-module .image {
		max-height: 36.7rem;
		width: 100%;
		border-top: solid var(--light-blue) 0.8rem;
	}
	.single-post-module .text {
		padding: 4.6rem 3.6rem 0;
	}
	.single-post-module .image-logo {
		max-height: 9rem;
		margin-bottom: 2.6rem;
		max-width: 24rem;
	}
	.single-post-module .image-logo > img {
		object-position: left;
	}
	.single-post-module h2 {
		font-size: 24px;
		margin: 3.2rem 0 2.6rem;
	}
}

/* @end */
