.article {
	position: relative;

	.swiper-next,
	.swiper-prev {
		top: 107px;
	}

	.article-wrapper {
		margin: 100px auto;

		h3 {
			margin-bottom: 60px;
			font-size: 25px;
			text-align: center;
			color: #455464;
			font-weight: bold;
		}

		.swiper-slide {
			@media (max-width: 576px) {
				width: 280px !important;
			}
		}
	}

	.article-item {
		width: 370px;
		height: 333px;
		direction: rtl;
		text-align: right;

		@media (max-width: 576px) {
			width: 260px;
			height: 290px;
		}

		.article-image {
			width: 100%;
			height: 215px;
			border-radius: 8px;

			@media (max-width: 576px) {
				width: auto;
				height: 150px;
			}
		}

		.article-title {
			color: #546e7a;
			font-weight: bold;
			font-size: 18px;
			margin-top: 20px;
			padding: 0 5px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;

			@media (max-width: 576px) {
				font-size: 16px;
			}
		}

		.article-description {
			color: #78909c;
			font-size: 14px;
			line-height: 20px;
			margin-top: 15px;
			width: 80%;
			text-align: justify;

			@media (max-width: 576px) {
				font-size: 13px;
			}
		}
	}
}
