-
-
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
+
+
+
+
+
+
+
diff --git a/main.css b/main.css
index 50771a2..817027f 100644
--- a/main.css
+++ b/main.css
@@ -9,7 +9,7 @@
body {
font-family: 'inter', sans-serif;
}
-/* estilazação do fundo */
+/* estilização do fundo */
.head-logo {
display: flex;
flex-direction: column;
@@ -27,31 +27,32 @@ body {
display: block;
}
-.top-information {
+.middle-information {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
+ padding: 74px 0 180px;
}
/* estilização para caixa do texto ( não coloquei em 40% para quebrar no paragrafo do figma */
-.top-text {
- display:flex;
+.middle-text {
+ display:flex;
flex-direction: column;
align-items: center;
- width: 766px;
- padding: 74px 0 580px;
+ width: 40%;
+ margin-bottom: 74px;
}
-.top-information-subtitle {
+.middle-information-subtitle {
font-weight: 400;
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
}
-.top-information-title {
+.middle-information-title {
font-weight: 500;
font-size: 48px;
line-height: 58px;
@@ -60,13 +61,38 @@ body {
}
@media screen and (max-width: 414px) {
- .main-banner-desktop {
+ .main-banner-desktop, .main-image-desktop {
display: none;
}
}
@media screen and (min-width:415px ) {
- .main-banner-mobile {
+ .main-banner-mobile, .main-image-mobile {
display: none;
}
-}
\ No newline at end of file
+}
+
+ @media screen and (max-width:1024px) {
+
+ .middle-text {
+ width: 100%;
+ max-width: 112%;
+ text-align: center;
+ }
+
+ .middle-information {
+ padding: 74px 28px 90px;
+ }
+
+ .middle-information-subtitle {
+ font-size: 20px;
+ line-height: 24px;
+ }
+
+ .middle-information-title {
+ font-size: 28px;
+ line-height: 34px;
+ }
+
+}
+