
h1.archive-heading {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #253d5c;
}

h1.archive-heading span {
	color: #ff820e;
}

.blog-post h2 {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.1em;
	letter-spacing: 0px;
	word-spacing: 0em;
	color: #2d2d2d;
	margin: 0 auto 5px;
	text-align: left;
}

.blog-post h2:after {
	content: "";
	height: 4px;
	width: 68px;
	background-color: #ff820e;
	display: block;
	margin-top: 5px;
}

.blog-post p:last-child {
	margin-bottom: 0;
}

.blog-post .content-wrapper, .blog-post {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: stretch;
	margin: 30px 0;
}

.text-right-image .text, .text-left-image .text {
	flex: 0 0 60%;
	min-width: 280px;
}

.text-right-image .image, .text-left-image .image {
	flex: 1;
	min-width: 280px;
	min-height: 250px;
	background-size: cover;
	background-position: center center;
}

.icon-grid-section {
	margin: 60px 0;
	text-align: center;
}

.icon-grid-section .section-intro {
	margin-bottom: 40px;
	font-size: 16px;
	color: #333;
}

.icon-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.icon-item {
	flex: 1 1 120px;
}

.icon-item .icon {
	margin-bottom: 15px;
}

.icon-item img {
	max-width: 60px;
	height: auto;
}

.icon-item .icon-label {
	font-size: 14px;
	color: #333;
}

[data-elementor-post-type="post"] .elementor-widget-container p {
	margin-bottom: 30px;
}

[data-elementor-post-type="post"] .elementor-widget-container p:last-child {
	margin-bottom: 0;
}

@media (max-width: 863px) {
	.text-right-image .text, .text-left-image .text, .text-right-image .image, .text-left-image .image {
		max-width: 100%;
		flex: 1 1 100%;
	}
}
