|
@@ -5985,6 +5985,10 @@
|
|
margin: 75px auto;
|
|
margin: 75px auto;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
+ @media (max-width: 991px) {
|
|
|
|
+ margin: 65px auto;
|
|
|
|
+ }
|
|
|
|
+
|
|
h1 {
|
|
h1 {
|
|
position: relative;
|
|
position: relative;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -5995,10 +5999,11 @@
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
|
+ font-size: 2rem;
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
padding: 40px 20px 60px;
|
|
padding: 40px 20px 60px;
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 1.125rem;
|
|
background-position: initial;
|
|
background-position: initial;
|
|
}
|
|
}
|
|
|
|
|