+
+

+
diff --git a/src/styles/features.scss b/src/styles/features.scss
index 739d58e..a1c2706 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -78,20 +78,56 @@
margin: 28px 0px;
}
+.features-top-mobile-img {
+ display: none;
+}
+
@media only screen and (max-width: 430px) {
.features-top-wrapper {
flex-direction: column;
}
+
.features-top-left {
width: 100%;
}
+
.features-top-right {
width: 100%;
}
+
.features-bottom-left {
width: 100%;
}
+
.features-bottom-right {
width: 100%;
}
+
+ .features-header-text {
+ margin-top: -8px;
+ }
+
+ .features-list-item {
+ width: 98%;
+ text-align: justify;
+ font-size: 0.94rem;
+ margin: 6px 0px;
+ }
+
+ .features-top-right {
+ display: none;
+ }
+
+ .features-top-mobile-img {
+ display: flex;
+ }
+
+ .features-image-one {
+ display: flex;
+ flex-direction: column;
+ margin-right: 10px;
+ height: 300px;
+ float: right;
+ border-radius: 15px;
+ }
}