.page__footer-section-contacts .wp-block-group__inner-container {
display: grid;
width: 100%;
grid-column-gap: 40px;
grid-template-columns: repeat(2, 1fr);
}
.wp-block-group.page__footer-section-contacts {
width: 100%;
}