.admin-bar .municipalities {
padding-top: calc(var(--site-header-height) + var(--action-header-height) + 32px);
}
@media screen and (max-width: 782px) {
.admin-bar .municipalities {
padding-top: calc(var(--site-header-height) + var(--action-header-height) + 46px);
}
}
.municipalities {
padding-top: calc(var(--site-header-height) + var(--action-header-height));
}
.municipalities__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.municipalities__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 4rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 0.75rem;
background: var(--SVE-white, #fff);
}
.wp-block-image {
margin: 0 0 6rem 0;
}
.wp-block-image img {
max-height: 54.2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
border-radius: 1.2rem;
}
@media screen and (max-width: 600px) {
.admin-bar .municipalities {
padding-top: var(--action-header-height);
}
.municipalities {
padding-top: var(--action-header-height);
}
}