@media (max-width: 1200px) {
  .news-section {
    padding: 80px 28px;
  }

  .news-card {
    flex-basis: 50%;
  }

  .news-image {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .news-section {
    padding: 70px 22px;
  }

  .news-header {
    flex-direction: column;
    gap: 24px;
  }

  .news-header h2 {
    font-size: 54px;
  }

  .news-header p {
    font-size: 19px;
  }

  .news-all-button {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .news-viewport {
    width: calc(100% - 92px);
  }

  .news-card {
    flex-basis: 100%;
    padding: 0 8px;
  }

  .news-arrow {
    width: 54px;
    height: 54px;
    font-size: 30px;
  }

  .news-image {
    height: 290px;
  }

  .news-dots {
    display: none;
  }

  .news-counter {
    display: block;
  }
}

@media (max-width: 520px) {
  .news-section {
    padding: 58px 18px;
  }

  .section-eyebrow {
    gap: 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .section-eyebrow span {
    width: 36px;
    height: 3px;
  }

  .news-header h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .news-header p {
    font-size: 17px;
  }

  .news-viewport {
    width: 100%;
  }

  .news-slider {
    padding-bottom: 72px;
  }

  .news-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .news-arrow:hover {
    transform: scale(1.04);
  }

  .news-arrow-left {
    left: calc(50% - 70px);
  }

  .news-arrow-right {
    right: calc(50% - 70px);
  }

  .news-image {
    height: 245px;
    padding: 20px;
  }

  .news-content {
    padding: 0 20px 26px;
  }

  .news-meta {
    gap: 14px;
    margin-bottom: 20px;
  }

  .news-badge {
    padding: 8px 14px;
    font-size: 12px;
  }

  .news-category {
    font-size: 15px;
  }

  .news-title {
    font-size: 22px;
  }

  .news-description {
    font-size: 16px;
  }

  .news-detail {
    font-size: 17px;
  }
}

@media (max-width: 380px) {
  .news-header h2 {
    font-size: 38px;
  }

  .news-image {
    height: 220px;
  }
}