.banner-link {
	width: 100%;
	background: #DDEDFF;
	border-radius: 15px;
	background-image: url('/static/f/article/145/img/banner-bg.png');
	background-size: cover;
    background-repeat: no-repeat;
}


.banner-link__wrapper {
	width: 70%;
	padding: 18px 26px;
}

#content p.banner-link__text {
	margin: 0;
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #24346C;
}

.banner-link__btn {
	display: inline-block;
	margin-top: 10px;
	margin-left: 100px;
	padding: 12px 24px;
	background: #24346C;
	border-radius: 50px;
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	transition: color, background .3s;
}

.banner-link__btn:hover {
	background: #F9AB5E;
	color: #fff;
}

@media (max-width: 1199px) {
	.banner-link {
		background-position: -200px center;
	}
	#content p.banner-link__text {
		text-align: center;
	}
	.banner-link__btn {
		margin-left: 63px;
	}
}

@media (max-width: 950px) {
	.banner-link {
		background-position: center center;
	}
	#content p.banner-link__text {
		text-align: left;
	}
	.banner-link__btn {
		margin-left: 100px;
	}
}


@media (max-width: 680px) {
	.banner-link {
		background-position: 80% center;
	}
	#content p.banner-link__text {
		text-align: left;
	}
	.banner-link__btn {
		margin-left: 0px;
	}
}

@media (max-width: 420px) {
	.banner-link {
		background-image: url('/static/f/article/145/img/banner-bg-mob.png');
	}
	.banner-link__wrapper {
		width: 100%;
		padding: 20px 10px 23px 18px;
	}
	#content p.banner-link__text {
		width: 50%;
	}
	.banner-link__btn {
		margin-top: 13px;
	}
}