body { 
	margin: 0;
	background: #fff;
	font-family: var(--body-font);
	font-size: var(--h2-font-size);
	color: #000;  
}

.wrapper {
  width: 68%;
  margin: 0 auto;
}

.header {
  width: 100%;
}

.header .logo {
  width: 100%;
}

.header .logo img {
  width: 100%;
}

.header .advertisement {
  width: 100%;
}

.header .advertisement img {
  width: 100%;
  height: 150px;
}

.newsDetailsCategory {
  width: 100%;
  padding: 0 15px;
  border-left: 3px solid red;
  height: 30px;
  margin-bottom: 30px;
}

.newsDetailsCategory h4 {
  font-family: var(--body-font);
  font-size: var(--h1-font-size);
  line-height: 30px;
}

.newsDetailsTitle {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.newsDetailsTitle h2 {
  font-family: var(--body-font);
  font-size: var(--biggest-font-size);
}

.newsDetailsTitle p {
  font-family: var(--body-font);
  font-size: var(--small-font-size);
  padding: 0;
  margin: 0;  
}

.newsDetailsPicture {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
}

.newsDetailsPicture img {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.newsDetailsNews {
  width: 100%;
  padding: 20px 0;

}

.newsDetailsNews .col {
  column-count: 3;
  -moz-column-count: 3;
  column-gap: 40px;
  column-rule: dashed 1px #d6d6d6;
}

.newsDetailsNews .col p {
  font-family: var(--body-font);
  font-size: var(--h2-font-size); 
  text-align: justify; 
  line-height: 1.7rem;  
}

.newsDetailsNews img {
  width: 100%;
  margin: 20px auto;
}

.wrapper .datearea {
  width: 100%; 
  background: linear-gradient(to right, #5367ff, #4060d9, #24559f, #114e77); 
}

.wrapper .datearea p {
  color: #fff;
  text-align: center;
  line-height: 40px; 
}

.wrapper .print-footer {
  display: none;
}