diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 4b23ced..97fbc70 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -369,7 +369,7 @@ body,html{ .descript_process_block{ display: flex; width: calc(100% - 276px); - margin: 0 138px 0 138px; + padding-bottom: 130px; } .descript_process_container{ @@ -398,8 +398,9 @@ body,html{ } .form_consultation_container{ - padding: 130px 90px 0 90px; + padding: 0 90px 0 90px; padding-bottom: 90px; + margin-top: 130px; } diff --git a/templates/blocks/b_how_with_us_working.html b/templates/blocks/b_how_with_us_working.html index 7de5965..f0895d6 100644 --- a/templates/blocks/b_how_with_us_working.html +++ b/templates/blocks/b_how_with_us_working.html @@ -16,9 +16,9 @@ {% endif %} - {% if b_widget.title %} + {% if b_widget.name %}
- {{ b_widget.title }} + {{ b_widget.name }}
{% endif %}