.post-single {
  padding: 3.125rem 0 0;
  margin-bottom: 3.125rem;
}
.post-single__title {
  text-align: center;
  margin-bottom: 6.125rem;
}
.post-single__list {
  max-width: 67.1875rem;
  margin: 0 auto;
}
.post-single__list > *:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.post-single__list > *:nth-child(even) .post-single-section__img {
  margin-right: 0;
  margin-left: 9.302%;
}
.post-single__list > *:not(:last-child) {
  margin-bottom: 6.25rem;
}
.post-single-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-single-section__img {
  width: 47.442%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
  margin-right: 9.302%;
  position: relative;
}
.post-single-section__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68.7%;
}
.post-single-section__img img,
.post-single-section__img video {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
}
.post-single-section__content {
  width: 100%;
}
.post-single-section__title {
  margin-bottom: 1rem;
}
.post-single-section__text {
  font-size: max(1rem, 12px);
  line-height: max(1.75rem, 12px);
  font-weight: 500;
  max-width: 27.5rem;
}
.post-single--mobile {
  padding: 40px 0 0;
  margin-bottom: 30px;
}
.post-single--mobile .post-single-section__title {
  width: 100%;
}
.post-single--mobile .post-single__title {
  margin-bottom: 30px;
}
.post-single--mobile .post-single__list > :nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-single--mobile .post-single__list > :nth-child(2n) .post-single-section__img {
  margin-left: 0;
}
.post-single--mobile .post-single__list > :not(:last-child) {
  margin-bottom: 30px;
}
.post-single--mobile .post-single-section {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-single--mobile .post-single-section__img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
  max-height: 330px;
  overflow: hidden;
}
.post-single--mobile .post-single-section__img::before {
  padding-top: 73%;
}
.post-single--mobile .post-single-section__title {
  margin-bottom: 5px;
  width: 100%;
  line-height: normal;
}
.post-single--mobile .post-single-section__text {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1080px) {
  .post-single-section__title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .post-single {
    padding: 40px 0 0;
    margin-bottom: 30px;
  }
  .post-single__title {
    margin-bottom: 30px;
  }
  .post-single__list > :nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-single__list > :nth-child(2n) .post-single-section__img {
    margin-left: 0;
  }
  .post-single__list > :not(:last-child) {
    margin-bottom: 30px;
  }
  .post-single-section {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-single-section__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    max-height: 330px;
    overflow: hidden;
  }
  .post-single-section__img::before {
    padding-top: 73%;
  }
  .post-single-section__title {
    margin-bottom: 5px;
    width: 100%;
    line-height: normal;
  }
  .post-single-section__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .post-single__title {
    width: 100%;
  }
  .post-single-section {
    margin-left: auto;
    max-width: 440px;
    margin-right: auto;
    text-align: center;
  }
}