|
@@ -810,12 +810,23 @@ body .learn-more:hover {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#sec01 #sec01-container #sec01-container-card .card h5 {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec01 #sec01-container #sec01-container-card .card h5 {
|
|
|
+ font-size: 20px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec01 #sec01-container #sec01-container-card .card a {
|
|
|
text-decoration: none;
|
|
|
color: #000;
|
|
|
-webkit-transition: 0.3s;
|
|
|
transition: 0.3s;
|
|
|
cursor: pointer;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
|
|
|
#sec01 #sec01-container #sec01-container-card .card a:hover {
|
|
@@ -833,7 +844,7 @@ body .learn-more:hover {
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec01 #sec01-container #sec01-container-card .card img {
|
|
|
width: 85vw;
|
|
|
- height: 200px;
|
|
|
+ height: auto;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
}
|
|
@@ -2657,7 +2668,7 @@ body .learn-more:hover {
|
|
|
}
|
|
|
|
|
|
#sec10 {
|
|
|
- width: 85vw;
|
|
|
+ width: 90vw;
|
|
|
}
|
|
|
|
|
|
#sec10 .sec10-title {
|