section#focus-post {
	padding: 70px 0;
	margin: 0;
	background-color: rgba(78, 87, 255, 0.05);
}
div.focus-left {
	flex-basis: 60%;
}
div.focus-right {
	flex-basis: 40%;
	padding-left: 45px;
}
a.focus-post-item-link {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
a.focus-post-item-link.link-with-cta {
	height: calc(100% - 40px);
}
figure.focus-post-img-wrapper {
	height: 100%;
}
span.focus-post-main-cat {
	font-size: 1rem;
	color: #505EFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
span.focus-post-date, span.focus-post-reading-time {
	font-size: 0.875rem;
	white-space: nowrap;
	color: #A4A4A4;
	display: flex;
}
img.icon-time {
	margin-right: 20px;
}
div.focus-post-link-wrapper {
	display: block;
	width: fit-content;
	height: 2.5rem;
	overflow: hidden;
	color: #505EFF;
	border-radius: 5px;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 1px solid #505EFF;
}
a.focus-post-link {
	font-size: 1rem;
	color: #505EFF;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
}
div.focus-post-link-wrapper:hover {
	background-color: #505EFF;
}
div.focus-post-link-wrapper img {
	margin-left: 15px;
}
div.focus-post-link-wrapper:not(:hover) img.white-arrow, div.focus-post-link-wrapper:hover img.blue-arrow {
	display: none;
}
div.focus-post-link-wrapper:hover a.focus-post-link  {
	color: #fff;
}

@media screen and (max-width: 800px) {
	section#focus-post div.container.flex {
		flex-direction: column-reverse;
		padding: 0;
	}	
	section#focus-post div.focus-left {
		flex-basis: 100%;
	}	
	div.focus-right {
		flex-basis: 100%;
		margin: 0 0 60px;
		padding: 0;
	}
}