.a-title:has(+ .a-post-list) {
  margin-bottom: 32px;
}

.a-post-list {
  margin: -48px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-post-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -48px 0 0 -54px;
  }
}

.a-post-block {
  margin: 48px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-post-block {
    margin: 48px 0 0 54px;
    flex: auto;
    width: calc(50% - 54px);
    max-width: calc(50% - 54px);
  }
}
@media only screen and (min-width: 1280px) {
  .a-post-block {
    width: calc(33.3333333333% - 54px);
    max-width: calc(33.3333333333% - 54px);
  }
}
.a-post-block__img {
  display: block;
  max-width: 100%;
}
.a-post-block__img-link {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
.a-post-block__img-link:before {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -4px;
  top: -4px;
  border: solid 2px transparent;
  transition: all 0.3s;
  content: "";
}
.a-post-block__img-link:hover:before, .a-post-block__img-link[data-hovered=true]:before {
  border-color: #40b93c;
}
.a-post-block__date {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.00875rem;
  text-transform: uppercase;
  color: #40b93c;
}
.a-post-block__title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
  color: #000000;
}
.a-post-block__title:hover, .a-post-block__title[data-hovered=true] {
  color: #40b93c;
}
.a-post-block__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
  color: #5c5c5c;
  margin: 12px 0 0 0;
}