.container-xl {
  max-width: 1548px !important;
}
@media (max-width: 575.98px) {
  .section-title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.25rem;
  }
  .title-time {
    text-align: center;
    font-size: 0.75rem;
  }
  .article-cont {
    font-size: 0.75rem;
  }
  .switch-article {
    font-size: 0.625rem;
    color: #a4895e;
  }
}
@media (min-width: 576px) {
  .section-title-row {
    text-align: center;
    font-size: 24px;
  }
  .title-time {
    text-align: center;
    font-size: 16px;
  }
  .share_item {
    font-size: 16px;
  }
  .switch-article {
    font-size: 16px;
    color: #a4895e;
  }
}
