.blog--teaser__post-thumbnail {
  position: relative;
  z-index: 2;
  max-width: 85%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.blog--teaser__post-thumbnail:after {
  display: block;
  padding-top: calc((3 / 4) * 100%);
  content: "";
}
.blog--teaser__post-content {
  font-size: 17px;
  position: relative;
  z-index: 1;
  max-width: 85%;
  min-height: 450px;
  margin-top: -80px;
  margin-left: auto;
  padding: 120px 50px 50px 30px;
  color: #000;
  border: 3px solid #007f2c;
}
.blog--teaser__post-content .h1 {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #000 !important;
}
@media (max-width: 991.98px) {
  .blog--teaser__post-content .h1 {
    font-size: 20px !important;
  }
}
.blog--teaser__post-content .date {
  font-weight: 400;
}
.blog--teaser__post-content .excerpt {
  line-height: 1.3;
}
.blog--teaser__post-content .detail-link {
  font-weight: 400;
  color: inherit !important;
}
.blog--teaser__post-content a.detail-link {
  color: #e3000f !important;
}

.blog--teaser__post-content .detail-link:hover, .blog--teaser__post-content .detail-link:focus {
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  .blog--teaser__container:nth-child(2n+2) .blog--teaser__post-thumbnail {
    order: 2;
    margin-left: auto;
  }
  .blog--teaser__container:nth-child(2n+2) .blog--teaser__post-content {
    max-width: 85%;
    margin: 0 auto -80px 0;
    padding: 50px 50px 120px 30px;
  }
}
@media (max-width: 991.98px) {
  .blog--teaser__container {
    max-width: 500px;
    margin: 0 auto;
  }
}
