.single_post {
  margin-top: 50px;
}
.single_post .post_title {
  font-family: "e-Ukraine Head";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #1E1E1E;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single_post .post_subtitle {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  color: #1E1E1E;
  text-align: justify;
  line-height: 1.2;
}
.single_post .post_details_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
.single_post .main_post_img img.post_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.5px solid #FAD038;
}
.single_post .post_content {
  font-family: "e-Ukraine";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #1E1E1E;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single_post .post_content p {
  margin: 12px 0;
}/*# sourceMappingURL=single_post.css.map */