.content {
	display: flex;
	margin: 150px auto;
	padding: 0 15px;
	max-width: 900px;
	justify-content: space-between;
}

@media all and (max-width: 992px) {
	.content {
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.homepage__media__img {
	max-width: 100%;
}

.content__item {
	width: calc(50% - 15px);
}

@media all and (max-width: 992px) {
	.content__item {
		width: 100%;
	}
	.content__media {
		margin-bottom: 25px;
	}
	.content__media {
		display: flex;
    justify-content: center;
	}
}

.content__text__bottom {
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	color: #9A998F;
	display: flex;
}

@media all and (max-width: 992px) {
	.content__text__bottom {
		font-size: 16px;
	}
}

.content__text__bottom > span {
	border-bottom: 1px solid #9A998F;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}

.content__text__bottom__icon {
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url('/img/readmore.svg') no-repeat 50% 50% / cover;
}
