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