
/* biolux */
.post-wrapper{
	background-color : white;
  box-shadow: 0px 0px 50px rgb(104 152 188 / 25%);
}

.post-title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.post-text{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}

.post-date{
  font-size: 14px;
}
