.footer__contact p,
.footer__contact a {
/* 	color: #000; */
	font-size:14px;
	line-height: 22px;
}

.footer__contact .footer__contact--details {
    margin-bottom: 0;
}

.footer__contact .title {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
}

.footer__contact .google-map {
    margin-block: 8px;
}

.footer__contact .google-map iframe  {
    width: 100%;
    margin-top: 8px;
}

.footer__contact .btn--link:after {
    background: url('/wp-content/themes/template/dist/images/arrow_dropdown-white.svg') no-repeat center / contain; 
}

.footer__contact .btn--link:hover:after {
    background: url('/wp-content/themes/template/dist/images/arrow_dropdown.svg') no-repeat center / contain;
}

.footer__contact .btn--link:hover {
    color: #1e84ab !important;
}

.footer__contact .footer__contact__qr {
    margin-top: 8px;
    width: 200px;
}

@media screen and (max-width: 767.98px) {
	.footer__contact {
		row-gap: 60px;
	}
	.footer__contact .google-map iframe {
		height: 300px;
	}
}

@media screen and (min-width: 768px)  {
    .footer__contact .col-md-6 {
        width: 47%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
		.footer__contact .google-map iframe {
		height: 350px;
	}
}

@media screen and (min-width: 768px) and (min-width: 1025px) {
		.footer__contact .google-map iframe {
		height: 350px;
	}
}