.post-tab__main-wrapper > article.o-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .post-tab__main-wrapper > article.o-row {
      flex-wrap: nowrap; } }

.post-tab__main-wrapper > article .o-col {
  width: 100%; }
  @media (min-width: 768px) {
    .post-tab__main-wrapper > article .o-col {
      width: calc((100% - 24px) / 2); } }

.post-tab__main-wrapper hr {
  margin: 57px 0px 47px;
  background-color: #D5D6D9; }

.post-tab__main-wrapper .o-related-articles .o-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .post-tab__main-wrapper .o-related-articles .o-row {
      flex-wrap: nowrap; } }

.post-tab__main-wrapper .o-related-articles .o-col {
  width: 100%;
  margin-right: 0; }
  @media (min-width: 768px) {
    .post-tab__main-wrapper .o-related-articles .o-col {
      width: calc((100% - 24px) / 2);
      margin-right: 24px; }
      .post-tab__main-wrapper .o-related-articles .o-col:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .post-tab__main-wrapper .o-related-articles .o-col {
      width: calc((100% - 24px) / 4); }
      .post-tab__main-wrapper .o-related-articles .o-col:nth-child(even) {
        margin-right: 24px; }
      .post-tab__main-wrapper .o-related-articles .o-col:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .post-tab__main-wrapper .mobile-carousel {
    display: none; } }

@media (max-width: 767px) {
  .post-tab__main-wrapper .has-mobile-carousel {
    display: none; } }

.post-tab__carousel {
  position: relative; }
  @media (min-width: 768px) {
    .post-tab__carousel {
      display: none; } }
  .post-tab__carousel .swiper-tabs-button {
    width: 40px;
    height: 40px;
    position: absolute !important; }
    .post-tab__carousel .swiper-tabs-button-next {
      right: 16px;
      top: -5px; }
    .post-tab__carousel .swiper-tabs-button-prev {
      right: 60px;
      top: -5px; }

