diff --git a/images/partners/RealLab.svg b/images/partners/RealLab.svg
new file mode 100644
index 0000000..c58348f
--- /dev/null
+++ b/images/partners/RealLab.svg
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/index.html b/index.html
index 06d9cfc..b646081 100644
--- a/index.html
+++ b/index.html
@@ -684,13 +684,38 @@
}
.partners__container {
- gap: 20px
- }
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-wrap: wrap;
+ gap: 30px;
+}
- .partners__container img {
- max-width: 200px;
- max-height: 100px;
- }
+.partners__with-text {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ text-decoration: none;
+ color: inherit;
+}
+
+.partners__logo {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.partners__container img {
+ width: 300px; /* или нужный вам размер */
+ height: 120px; /* или нужный вам размер */
+ object-fit: contain;
+ display: block;
+}
+
+.partners__with-text p {
+ margin: 10px 0 0 0;
+ text-align: center;
+}
}
@@ -932,15 +957,21 @@
-
R&D center
+ + +