Lorem ipsum
dolor sit amet
@@ -39,12 +46,13 @@ magna dui.
- +diff --git a/assets/css/style.css b/assets/css/style.css index 2aa69df..34cae35 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -30,12 +30,10 @@ body { flex-direction: column; align-items: center; padding: 74px 0 180px; - width: 100%; } .top-inforcard-text { - max-width: 100%; - margin: 0 30% 0; + max-width: 40%; } .top-infocard-subtitle { @@ -70,8 +68,8 @@ body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; - justify-content: center; - margin: 0 22% 4%; + margin: 0 auto 80px; + width: 57%; } .top-card { @@ -84,27 +82,57 @@ body { .top-card-image { display: block; - margin-top: 10%; + margin-top: 35px; } .top-card-description { font-style: normal; font-weight: 400; font-size: 16px; - line-height: 150%; - /* or 150% */ - margin: 8%; + line-height: 24px; + margin: 26px; text-align: center; } +.middle-banners { + display: flex; + justify-content: center; + background: #e0e0e0; + width: 100%; + margin-bottom: 192px; +} + +.image-01 { + grid-area: image01; +} +.image-02 { + grid-area: image02; +} +.image-03 { + grid-area: image03; +} + +.middle-banners-wrapper { + display: grid; + grid-template-areas: "image01 image02 image03"; + width: 88%; + gap: 40px; + position: relative; + bottom: -62px; +} +.mb-imagens { + width: 100%; +} @media screen and (max-width: 1023px) { .main-banner-desktop { display: none; } .top-infocard { - padding-bottom: 90px; + padding: 73px 0 90px; + margin: 0 auto 0; } .top-inforcard-text { - margin: 0 7% 0; + margin-bottom: 65px; + max-width: 100%; } .top-infocard-subtitle { @@ -114,17 +142,30 @@ body { .top-infocard-title { font-size: 28px; line-height: 34px; - margin-bottom: 66px; + margin-bottom: 14px; } .top-infocard-description { line-height: 24px; + margin-bottom: 66px; } .top-cards { display: flex; flex-direction: column; + justify-content: center; gap: 24px; - margin: 0 32px 80px; + margin: 0 auto 80px; + width: 84%; + } + .middle-banners { + margin-bottom: 112px; + } + .middle-banners-wrapper { + grid-template-areas: "image02 image01 " "image03 image03"; + bottom: -32px; + row-gap: 24px; + column-gap: 14px; + margin: 0 24px 0; } } @media screen and (min-width: 1024px) { diff --git a/assets/imagens/middle-banner-image-01.png b/assets/imagens/middle-banner-image-01.png new file mode 100644 index 0000000..23fd072 Binary files /dev/null and b/assets/imagens/middle-banner-image-01.png differ diff --git a/assets/imagens/middle-banner-image-02.png b/assets/imagens/middle-banner-image-02.png new file mode 100644 index 0000000..4544597 Binary files /dev/null and b/assets/imagens/middle-banner-image-02.png differ diff --git a/assets/imagens/middle-banner-image-03.png b/assets/imagens/middle-banner-image-03.png new file mode 100644 index 0000000..a12898d Binary files /dev/null and b/assets/imagens/middle-banner-image-03.png differ diff --git a/index.html b/index.html index b4d119e..c7637fa 100644 --- a/index.html +++ b/index.html @@ -15,12 +15,16 @@
+@@ -39,12 +46,13 @@ magna dui.
- +