@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@font-face {
  font-family: "MKGAA";
  src: url(/fonts/Mkgaa-Regular.woff2?d7edb1c986b3a45551caa81bf45496af);
}
#news {
  padding-top: 85px;
  padding-bottom: 85px;
}
#news .header {
  color: #503291;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  #news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  #news {
    padding-top: 30px;
  }
  #news .headline {
    font-size: 24px;
  }
}
