|
@@ -1581,6 +1581,34 @@
|
|
|
font-weight: bold;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+#ad-operation .client-content {
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+#ad-operation .client-content p {
|
|
|
+ position: absolute;
|
|
|
+ top: 11vw;
|
|
|
+ z-index: 10;
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ #ad-operation .client-content p {
|
|
|
+ font-size: 28px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ #ad-operation .client-content p {
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ #ad-operation .client-content p {
|
|
|
+ top: 9vw;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+}
|
|
|
#ad-operation .pageForm {
|
|
|
line-height: 32px;
|
|
|
letter-spacing: 1px;
|