.banners > div > div {
	border-radius: 20px;
	padding:50px;
	background-color:#F1F2FA;
	height: 100%;
	background-repeat: no-repeat;
	min-height: 343px;
	background-position: right center;
}
.banners .b1 > div {
	background-position: right bottom;
}
.banners .b2 > div {
	background-color:#E8EBF4;
}
.banners .b3 > div {
	background-position: calc(100% - 40px) center;
	background-color:#E8EBF4;
}
.banners .b4 > div {
	background-position: calc(100% - 20px) center;
}
.banners .banner-title {
	font-family: Playfair Display;
	font-size: 32px;
	font-weight: 700;
	margin:0;
	max-width: 395px;
	line-height: 1.4;
}
.banners .btn {
	padding:14px 30px;
	margin-top: 60px;
}
.banners .banner-description {
	margin:2px 0 0;
	max-width: 290px;
	line-height: 1.5;
}
#benefits {
	padding:70px 0 70px;
}
.benefit-card > div {
	padding:35px 25px;
	border-radius: 5px;
	border: 1px solid #D5DCEE;
}
.benefit-card .icon {
	margin:0 0 15px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefit-card .icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.benefit-title {
	margin:0 0 6px;
	font-weight: 700;
}
.benefit-sub {
	color: var(--Text-2, #868F94);
	font-size: 14px;
	margin:0;
}
#links {
	padding:0 0 30px;
}
.link-card > div {
	border-radius: 20px;
	background-color: #273557;
	background-repeat:no-repeat;
	background-position: right bottom;
	padding:50px;
	min-height: 340px;
}
.link-card.l1 > div {
	background-position: calc(100% - 30px) bottom;
}
.link-card.l2 > div {
	background-color: var(--Primary, #3D6EED);
}
.link-title {
	margin:0 0 20px;
	color:#fff;
	max-width: 270px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
}
.link-description {
	max-width: 270px;
	color:#fff;
}
.link-description ul {
	list-style: disc;
	padding-left: 25px;
	margin:0 0 20px;
}
.link-description ul li {
	margin:0 0 8px;
}
.link-description ul li:last-child {
	margin:0;
}