.form-block--webform {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 30px);
    width: 100%;
}