.consultation-button {
display: inline-block;
padding: 10px 20px;
border-radius: 20px;
background-color: #36783E; color: #ffffff; text-decoration: none; white-space: nowrap; line-height: 1; font-weight: 700;
font-family: var(--font-family-headline);
font-size: 14px; }
@media (max-width: 768px) {
.consultation-button {
display: inline-block;
padding: 8px 15px;
border-radius: 15px;
background-color: #36783E; color: #ffffff; text-decoration: none; white-space: nowrap; line-height: 1; font-weight: 400;
font-family: var(--font-family-headline);
font-size: 12px; }
}
.footer-top {
background-color: #36783E;
padding: 20px 0;
}
.footer-columns {
display: grid; grid-template-columns: 100%; gap: 20px; }
.footer-column {
margin-bottom: 20px;
}
.contact-info h3 {
margin-top: 0;
}
.seo-city {
display: grid; grid-template-columns: 50% 50%; gap: 10px; }
.map iframe {
width: 100%;
height: 300px;
}
.copyright {
background-color: #000000;
color: #fff;
padding: 10px 0;
text-align: center;
}
.container {
width: 100%;
max-width: 1200px; margin: 0 auto; padding: 0 20px; } @media screen and (min-width: 768px) {
.footer-columns {
grid-template-columns: 25% 30% 45%; }
} @media screen and (max-width: 767px) {
.footer-columns {
justify-content: center; }
.footer-column {
text-align: center; }	
}
.wpcf7-not-valid-tip {
position: relative !important;
top: 1px !important; }