/*REASSURANCE*/

section#reassurance__section .infobox-content.eael-icon-only {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#reassurance__section .infobox-content.eael-icon-only h4.title {
	font-size: calc(13px + (17 - 13) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: 0.35em;
}

section#reassurance__section .infobox-content.eael-icon-only p {
	font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}

/*FOOTER*/

.footer-title h5,
.footer-links h5 {
	position: relative;
	font-family: var(--main-font);
	font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	color: #FDFDFD;
}

.footer-title h5:after,
.footer-links h5:after {
	display: block;
	content: "";
	background: #5191ce;
	width: 30px;
	height: 3px;
	position: relative;
	margin : 20px 0;
}

.link__footer__wrapper p {
	display: flex;
	flex-direction: column;
}

.elementor-widget-heading .elementor-heading-title {
	margin: 0.5em 0 !important;
}

.footer-title.elementor-widget {
	margin-bottom: 0;
}

.footer-links h5 {
	font-family: var(--main-font);
	font-weight: 500;
	color: #FDFDFD;
}

.footer-links a {
	color: #bbbec1;
	transition: 0.3s all ease-in-out;
	line-height: 2.5em;
}

.footer-links a:hover {
	color: #fff;
}

#footer .premium-button-container a.premium-button {
	border: 1px solid var(--second-blue-color);
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.premium-button-container a.premium-button:hover svg polyline,
.premium-button-container a.premium-button:hover svg path {
	stroke: var(--second-blue-color) !important;
}

#footer .premium-button-container a.premium-button span {
	font-size: calc(14.5px + (18 - 14.5) * ((100vw - 320px) / (1920 - 320)));
}

/*AFTER FOOTER*/

section.section__after__footer a {
	color: #B8BBBE;
	transition: all 0.3s ease-in-out;
}

section.section__after__footer a:hover {
	color: #fff;
}

section.section__after__footer img {
	vertical-align: baseline;
}

.section__after__footer * {
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
}
