@import url("more-news-section.css?v=66");
@import url("_news-section.css");

.more-news-main{padding: 200px  0 0;}

.more-news-main { padding: 165px 0 0; }
.more-news-title h1 span{color: var(--canopy)}

@media only screen and (min-width: 1024px) {
  .more-news-title h1 {
    margin-bottom: 0;
    letter-spacing: -0.8px; font-size: 2.5rem; line-height: 1.5; letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 1023px) and (min-width:768px) {
.more-news-text h1{ font-size: 28px; font-weight: 700; line-height: 140%; letter-spacing: -1.6px; }

}
@media only screen and (max-width: 768px) and (min-width:200px) {
.more-news-main { padding: 120px 0 0;}
 .more-news-head {padding-bottom: 34px;}
 .more-news-text {margin-top: -70px;}

.more-news-title h1{ font-size: 2.25rem; letter-spacing: -0.64px; line-height: 1.5;  }
.more-news-title h1 span {display: block;}

}