diff --git a/assets/images/bottom-image-01.png b/assets/images/middle-image-desktop-01.png
similarity index 100%
rename from assets/images/bottom-image-01.png
rename to assets/images/middle-image-desktop-01.png
diff --git a/assets/images/bottom-image-02.png b/assets/images/middle-image-desktop-02.png
similarity index 100%
rename from assets/images/bottom-image-02.png
rename to assets/images/middle-image-desktop-02.png
diff --git a/assets/images/bottom-image-03.png b/assets/images/middle-image-desktop-03.png
similarity index 100%
rename from assets/images/bottom-image-03.png
rename to assets/images/middle-image-desktop-03.png
diff --git a/assets/images/middle-image-mobile-01.png b/assets/images/middle-image-mobile-01.png
new file mode 100644
index 0000000..25a4dc6
Binary files /dev/null and b/assets/images/middle-image-mobile-01.png differ
diff --git a/assets/images/middle-image-mobile-02.png b/assets/images/middle-image-mobile-02.png
new file mode 100644
index 0000000..b449bff
Binary files /dev/null and b/assets/images/middle-image-mobile-02.png differ
diff --git a/assets/images/middle-image-mobile-03.png b/assets/images/middle-image-mobile-03.png
new file mode 100644
index 0000000..2699fb1
Binary files /dev/null and b/assets/images/middle-image-mobile-03.png differ
diff --git a/assets/styles/style.css b/assets/styles/style.css
index 6e9594f..3f9e3fe 100644
--- a/assets/styles/style.css
+++ b/assets/styles/style.css
@@ -99,16 +99,43 @@ body {
margin-top: 27px;
}
+.middle-images {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #E0E0E0;
+ padding: 0 72px;
+ gap: 40px;
+}
+
+.middle-image {
+ display: flex;
+ position: relative;
+ width: 566px;
+ bottom: -62px;
+}
+
+.middle-bottom-image {
+ width: 100%;
+ display: block;
+}
+
+.bottom-middle {
+ padding: 191px 0 0;
+}
+
@media screen and (max-width: 414px) {
.main-banner-desktop,
- .top-card-image-desktop {
+ .top-card-image-desktop,
+ .image-middle-desktop {
display: none;
}
}
@media screen and (min-width: 415px) {
.main-banner-mobile,
- .top-card-image-mobile {
+ .top-card-image-mobile,
+ .image-image-mobile {
display: none;
}
}
@@ -125,6 +152,29 @@ body {
flex-direction: column;
padding: 90px 26px;
}
+
+ .middle-images {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ align-items: center;
+ justify-content: center;
+ border: 1px solid black;
+ width: 414px;
+ }
+
+ .middle-image {
+ border: 1px solid black;
+ width: 177px;
+ }
+
+ #image-bottom-image-dm {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 368px;
+ }
+
+
}
@media screen and (max-width: 992px) {
diff --git a/index.html b/index.html
index 5158c73..9d11fb2 100644
--- a/index.html
+++ b/index.html
@@ -70,6 +70,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+