.post-template-default {
  background-color: #F6F4F2;
}
.post-template-default article a.back svg {
  border-radius: 32px;
  background: var(--Color-brand-primary-green, #93A34F);
  width: 28px;
  height: 28px;
  padding: 6px;
}
.post-template-default article a.back span {
  font-family: "Poppins", sans-serif;
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums proportional-nums;
  /* Desktop/Body/Regular */
  font-size: var(--Font-Size-reg, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  line-height: 26px;
  /* 144.444% */
  color: #02091B;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  margin-left: 10px;
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
}
.post-template-default article a.back span:hover {
  margin-left: 16px;
}
.post-template-default article a.back span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #02091B;
}
.post-template-default article h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (max-width: 780px) {
  .post-template-default article h1 {
    margin-top: 60px;
  }
}
.post-template-default article .img-cont {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 780px) {
  .post-template-default article .img-cont {
    height: 440px;
  }
}
.post-template-default article .img-cont img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.post-template-default article .cont {
  max-width: 661px;
  margin: auto;
}
.post-template-default div#comments,
.post-template-default hr.mt-5,
.post-template-default .post-navigation.d-flex.justify-content-between {
  display: none !important;
}
/*# sourceMappingURL=news.css.map */
