.webform-field-contacts__wrap {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

@media (max-width: 440px) {
    .webform-field-contacts__wrap {
        gap: 5px;
    }
}