.single-news {
   background-color: #D9D9D9;
}

.news-title {
   font-family: Onest;
   font-weight: 700;
   font-size: 36px;
   line-height: 100%;
   margin-bottom: 64px;
}

.news-post-page {
   width: 400px;
   height: 217px;
   padding: 14px;
   border-radius: 16px;
   background-color: #FFFFFF;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: space-between;
   box-sizing: border-box;
}

.news-content {
   background-color: #FFFFFF;
   padding: 40px;
   border-radius: 20PX;
}

.news-container {
   width: 1237px;
   margin: 0 auto;
   margin-bottom: 80px;

}

.news-body {
   font-family: Golos Text;
   font-size: 16px;
   line-height: 140%;
   font-weight: 400;
   color: #222222;

   & > h3 {
      font-family: Golos Text;
      font-weight: 600;
      font-size: 24px;
      line-height: 120%;
      }
   
      & > h2 {
      font-family: Golos Text;
      font-weight: 600;
      font-size: 32px;
      line-height: 130%;
      margin-bottom: 16px;
      }
   
      & > h4 {
      font-weight: 600;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: 0px;
      color: #222222;
   
         }
   
      & > p {
      margin: 0;
      margin-bottom: 16px;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0%;
   
      } 
}