﻿.featured_post {
  display: flex;
}
.featured_post > * {
  width: 50%;
}
.featured_post {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 20px #ddd;
  border: 1px solid #eceaea;
}
.featured_post > div {
  padding: 20px;
}
.featureHead {
	font-family: recoletablack;
	font-size: 24px;
	color: #f99d2a;
}
.featureTitle {
	font-family: recoletablack;
	font-size: 30px;
	color: #171b60;
	line-height: 1.3;
  margin: 0px 0 30px;
}
.featured_post > div {
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
}

.featureCat {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block;
}

.featureLink {
  background: #f99d2a;
  font-family: 'poppinsregular' !important;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 40px 10px;
  border-radius: 20px;
}
.featureLink:hover {
  background: #fff !important;
  color: #171b60 !important;
  border: 1px solid #171b60;
}
.featured_post {
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 40px;
}
.featured_post img {
	object-fit: cover;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
.featured_post img {
  max-height: 300px;
}
.featured_post {
  flex-direction: column;
}
.featured_post > * {
  width: 100%;
}
.featured_post {
  max-height: 600px;
  padding-bottom: 20px;
}

.featured_post > div {
  border-radius: 0 0 20px 20px;
}

}