article {
	border: 1px solid #e8e8e8;
	padding: 20px;
	border-radius: 5px;
	margin: 10px 0px 20px 0px;
}
article:hover {
	box-shadow: 0px 5px 10px rgba(70, 117, 163, 0.2);
}
.article-title {
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	margin-top: 10px;
}
.article-title .arrows {
	transform: rotate(90deg);
	position: absolute;
	font-size: 40px;
	font-weight: lighter;
	color: #e8e8e8;
	right: 35px;
	cursor: pointer;
	transition: transform 0.4s ease-out;
}
.content {
	margin-top: 10px;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.slider {
	display: flex;
}
.slider-items {
	padding-right: 10px;
}
@media screen and (max-width: 420px){
	.swiper-slide.swiper-slide-active {
		text-align: center;
	}
}