.articles {
	margin-bottom: 150px;
}
.articles-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 50px;
}
.articles-card-img {

}
.articles-card-img img {

}
.articles-card-content {
	position: relative;
	right: 118px;
	padding: 25px 0 25px 25px;
}
.articles-card-content:after {
	content: "";
	position: absolute;
	width: 118px;
	height: 100%;
	background: #dbdcdc;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.9;
}
.articles-card-content__title {
	position: relative;
	z-index: 2;
	font-size: 20px;
	width: 715px;
}
.articles-card-content__text {
	position: relative;
	z-index: 2;
	font-size: 19px;
	line-height: 1.2;
	padding: 10px 0;
}
.articles-card-content__link {
	position: relative;
	z-index: 2;
	font-size: 17px;
	padding: 8px 100px;
	border: 1px #000 solid;
	display: inline-block;
	margin-top: 5px;
	color: #000;
}
.articles-card-content__link:hover {
	color: #754d98;
	border: 1px #754d98 solid;
}
.articles-detail {
	margin-bottom: 150px;
}
.no-right-padding {
	padding-right: 0;
}
.no-left-padding {
	padding-left: 0;
}
.articles-detail-left-img img {
	width: 100%;
}
.articles-detail-right-img img{
	position: relative;
	right: 25px;
	width: 485px;
	margin-top: 100px;
}
.articles-detail-right-img:after {
	content: "";
	width: 100px;
	height: 100px;
	background: #f2f6f7;
	position: absolute;
	bottom: 90px;
	left: -75px;
}
.articles-detail-title-h1 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 25px;
	margin-right: 40px;
  
}
.articles-deatail-text {
	font-size: 19px;
	font-family: 'FuturaPT-Book';
	line-height: 1.2;
	margin: 50px 0 100px 0;
}
.articles-deatail-text p {
	font-size: 19px;
	font-family: 'FuturaPT-Book';
	line-height: 1.2;
}
.articles-detail-btn {
	text-align: center;
	margin-top: 50px;
}
.articles-detail-btn-link {
	font-size: 17px;
	padding: 5px 100px;
	border: 1px #000 solid;
}
.articles-detail-btn-link:hover {
	color: #754d98;
	border: 1px #754d98 solid;
}