/* @group Press grid
------------------------------------ */
.team-direct-contact[data-name="component"] {
    position: relative;
}
.team-direct-contact[data-name="component"] .first-row {
    margin: 0 0 3.2rem;
}
.team-direct-contact[data-name="component"] .last-row h4 {
    margin: 0 0 1.8rem;
}
.team-direct-contact[data-name="component"] .wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: .8rem;
}
.team-direct-contact[data-name="component"] .wp-block-group__inner-container figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0!important;
}
@media only screen
and (min-width : 961px) {
    .team-direct-contact[data-name="component"] .wp-block-columns {
        width: 100%;
    }
    .team-direct-contact[data-name="component"] .first-row.wp-block-columns {
        margin: 0 0 4rem;
    }
    .team-direct-contact[data-name="component"] .last-row .wp-block-column {
        max-width: 30rem;
    }
    .team-direct-contact[data-name="component"] .last-row h4 {
        margin: 0 0 1.2rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .team-direct-contact[data-name="component"] .last-row {
        row-gap: 7.2rem!important;
    }
}

/* @end */
