diff --git a/static/css/styles.css b/static/css/styles.css index a4fef3c..bdbe614 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1644,7 +1644,7 @@ span#sub_title_static{ line-height: 22px; } button#more_button{ - display: block; + display: inline-block; height: 60px; width: 20%; background: #FF613A; @@ -1760,6 +1760,25 @@ button#more_button{ margin: auto; padding: 10px; width: 30%; +} +.button_container{ + text-align: center; +} + +#how_it_work_b{ + border-radius: 10px; + background: #E6E6E6; + width: 20%; + height: 60px; + font-family: Inter; + font-size: 18px; + font-style: normal; + font-weight: 600; + line-height: 26px; + color: rgba(39, 36, 36, 0.60); + + + } /*end_static_pages*/ diff --git a/templates/blocks/static_pages_blocks/b_about_service.html b/templates/blocks/static_pages_blocks/b_about_service.html index 04c7ef4..d171545 100644 --- a/templates/blocks/static_pages_blocks/b_about_service.html +++ b/templates/blocks/static_pages_blocks/b_about_service.html @@ -1,9 +1,14 @@ {% load i18n %} - {% load i18n %} +
@@ -48,11 +53,9 @@