.single {
  font-size: 1.6rem;
  line-height: 30px;
}
.single__image {
  border-radius: 50px;
  overflow: hidden;
}
.single__image img {
  margin-bottom: -11px;
}
.single h1 {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .single h1 {
    font-size: 2.2rem;
    line-height: 54px;
  }
}
@media (max-width: 576px) {
  .single h1 {
    line-height: 32px;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .single p {
    font-size: 14px;
    line-height: 24px;
  }
}
.single__last-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.single__last-posts-item {
  list-style: none;
  width: calc(33.3333333333% - 25px);
}
@media (max-width: 1024px) {
  .single__last-posts-item {
    width: 100%;
  }
}
.single__content {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .single__content {
    margin-bottom: 50px;
  }
}
.single__last-posts h4 {
  margin-bottom: 55px;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 1440px) {
  .single__last-posts h4 {
    font-size: 4.8rem;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  .single__last-posts h4 {
    font-size: 3.2rem;
    line-height: 54px;
  }
}
@media (max-width: 576px) {
  .single__last-posts h4 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
.single__last-posts h4 .text.text__green {
  font-size: 20px;
  line-height: 30px;
}
.single .archive-item__excerpt {
  line-height: 26px;
}
/*# sourceMappingURL=single.css.map */
