.read-also {
	margin: 20px 0;
	padding-left: 20px;
	position: relative;

	&::after {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 6px;
		height: 100%;
		min-height: 50px;
		border-radius: 4px;
		background: linear-gradient(180deg, #669eff 0, #184ba3 100%);
	}

	& .read-also__heading {
		font-weight: 700;
		font-size: 16px;
		line-height: 150%;
		color: #333;
		display: block;
		margin-bottom: 5px;
	}

	& .read-also__link {
		color: #669eff;
		font-weight: 400;
		font-size: 22px;
		line-height: 130%;
	}
}