.mlyn-footer__contacts .container {
	padding: 1.5rem 2rem 1rem;
	background-color: var(--light-color, #f1f5f7);
}

.mlyn-footer__contact-list {
	display: grid;
	gap: 2rem;
	justify-content: center;
}

.mlyn-footer__contact-list--1 {
	grid-template-columns: minmax(0, 1fr);
	width: 33.333333%;
	margin-inline: auto;
}

.mlyn-footer__contact-list--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 66.666667%;
	margin-inline: auto;
}

.mlyn-footer__contact-list--3 {
	grid-template-columns: 3fr 4fr 3fr;
	width: 83.333333%;
	margin-inline: auto;
}

.mlyn-footer__contact-list--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlyn-footer__contact-heading {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--primary-color, #47687b);
	font-weight: 700;
}

.mlyn-footer__contact p,
.mlyn-footer__contact a {
	color: var(--black-color, #1d1d1b);
	font-weight: 300;
}

.mlyn-footer__contact p {
	margin-bottom: 0;
}

.mlyn-footer__partners-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
}

.mlyn-footer__partners {
	padding-block: 2rem;
}

.mlyn-footer__partner img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.mlyn-footer__contact-list {
		grid-template-columns: 1fr;
		width: auto;
		gap: 1rem;
	}
}

@media (max-width: 575.98px) {
	.mlyn-footer__partners-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.mlyn-footer__bottom {
	padding-block: 1.25rem;
	color: var(--mcf-bottom-color, inherit);
	overflow-wrap: anywhere;
}

.mlyn-footer__bottom-content > :first-child {
	margin-top: 0 !important;
}

.mlyn-footer__bottom-content > :last-child {
	margin-bottom: 0 !important;
}

.mlyn-footer__bottom-content a,
.mlyn-footer__bottom-content h1,
.mlyn-footer__bottom-content h2,
.mlyn-footer__bottom-content h3,
.mlyn-footer__bottom-content h4,
.mlyn-footer__bottom-content h5,
.mlyn-footer__bottom-content h6 {
	color: inherit;
}

.mlyn-footer__bottom-content a {
	text-decoration: underline;
}

.mlyn-footer__bottom-content img {
	max-width: 100%;
	height: auto;
}

.mlyn-footer__bottom-content::after {
	content: '';
	display: block;
	clear: both;
}
