diff --git a/src/index.html b/src/index.html index 9c4b821fa9..d9717f1077 100644 --- a/src/index.html +++ b/src/index.html @@ -27,7 +27,7 @@ - About us + About us Services @@ -85,7 +85,7 @@ INtro - + @@ -139,32 +139,12 @@ Strategy We create business growth strategies, from the moment of its birth to the achievement of the necessary business indicators. - - - + @@ -176,84 +156,6 @@ Services We are sure that first-rate job is possible only if all three components are united. - 001 @@ -336,7 +238,7 @@ Services - + Testimonials What people say @@ -427,7 +329,7 @@ - + Contact us diff --git a/src/styles/contacts.scss b/src/styles/contacts.scss index b9da60ff82..7c5b4488e6 100644 --- a/src/styles/contacts.scss +++ b/src/styles/contacts.scss @@ -34,6 +34,8 @@ } &__address { + margin-top: 30px; + &__label { color: rgba(255, 255, 255, 0.5); font-family: "Poppins", "Open Sans", sans-serif; @@ -56,6 +58,8 @@ } &__socials { + margin-top: 30px; + &__label { color: rgba(255, 255, 255, 0.5); font-family: "Poppins", "Open Sans", sans-serif; diff --git a/src/styles/form.scss b/src/styles/form.scss index 274423983c..76751012b5 100644 --- a/src/styles/form.scss +++ b/src/styles/form.scss @@ -26,6 +26,7 @@ font-style: normal; font-weight: 600; line-height: normal; + margin-bottom: 30px; &::placeholder { color: rgba(255, 255, 255, 0.7); diff --git a/src/styles/grid.scss b/src/styles/grid.scss index 480d6970ac..872b49c943 100644 --- a/src/styles/grid.scss +++ b/src/styles/grid.scss @@ -8,7 +8,7 @@ justify-content: center; @include onTablet { - grid-template-columns: repeat(1, 1fr); + grid-template-columns: repeat(6, 1fr); column-gap: 10px; } @include onDesktop { diff --git a/src/styles/services.scss b/src/styles/services.scss index 2f30a6d868..2ba061c639 100644 --- a/src/styles/services.scss +++ b/src/styles/services.scss @@ -1,5 +1,9 @@ .services { + margin-top: 40px; + &__text_block { + margin-top: 30px; + &__title { color: #c0cdd7; font-family: "Poppins", "Open Sans", sans-serif; @@ -66,6 +70,7 @@ &__learn_more { display: flex; + align-items: center; gap: 15px; &__arrow { diff --git a/src/styles/testimonials.scss b/src/styles/testimonials.scss index b17e30fe34..bc869d944b 100644 --- a/src/styles/testimonials.scss +++ b/src/styles/testimonials.scss @@ -36,6 +36,11 @@ margin: 0 auto; width: 196px; height: 196px; + + @include onTablet { + width: 150px; + height: 150px; + } } } @@ -46,6 +51,7 @@ background-image: url("../images/testimonials/Group19.svg"); background-size: cover; background-repeat: no-repeat; + margin-top: 10px; } &__quote { @@ -56,6 +62,9 @@ font-style: normal; font-weight: 600; line-height: 150%; /* 19.5px */ + box-sizing: border-box; + padding: 10px 50px; + margin-top: 10px; } &__name { @@ -66,6 +75,7 @@ font-style: normal; font-weight: 600; line-height: 150%; /* 19.5px */ + margin-top: 20px; } &__job { @@ -78,7 +88,7 @@ line-height: normal; letter-spacing: 3px; text-transform: uppercase; - + margin-top: 10px; } } }
We create business growth strategies, from the moment of its birth to the achievement of the necessary business indicators.