.articles_footer {
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 8%), 0 4px 8px 0 rgb(0 0 0 / 16%);
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1150px;
	margin: 0 auto;
	font-family: Lato, sans-serif;
	padding: 40px 50px;
	margin-bottom: 40px;
}
.articles_footer .col-md-8 {
	padding: 0 !important;
}
.articles_footer .col-md-4 {
	padding: 0 !important;
	text-align: right;
}
.articles_footer p.title{
	font-size: 35px !important;
	font-weight: 600 !important;
	padding-top: 0px;
}
.articles_footer img {
	position: relative;
    bottom: 10px;
	max-width: 90% !important;
}
.articles_footer .button {
	border-radius: 200px;
	font-weight: 400;
	height: 40px;
	padding: 0 24px;
	font-size: 1rem !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
}
.articles_footer .button:hover {
	background: #0067c7;
	color: #fff;
}
@media (max-width: 899px) {
	.articles_footer {
		flex-direction: column-reverse;
	}
}