.outstanding-news {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .outstanding-news {
    display: block;
  }
  .outstanding-news__container {
    padding: 0.75rem 1rem 3rem 1rem;
    margin-top: 1.75rem;
  }
  .outstanding-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  .outstanding-news__title {
    color: #1991c7;
    text-align: center;
    font-family: 'Google Sans';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.0125rem;
    text-transform: uppercase;
  }
  .outstanding-news__button-view-all {
    display: flex;
    align-items: center;
  }
  .outstanding-news__button-view-all__text {
    color: #1991c7;
    font-family: 'Google Sans';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
  .outstanding-news__button-view-all__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
  }
  .outstanding-news__button-view-all__icon img {
    width: 100%;
    height: auto;
  }
  .outstanding-news__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .outstanding-news__news-list {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .outstanding-news__news-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .outstanding-news__news-item__link {
    display: flex;
    align-items: center;
  }
  .outstanding-news__news-item__thumbnail {
    flex-shrink: 0;
    width: 7.8125rem;
    height: 5.4375rem;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-right: 1rem;
  }
  .outstanding-news__news-item__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .outstanding-news__news-item__content {
    padding: 0.2125rem 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .outstanding-news__news-item__title {
    color: #08354a;
    font-family: 'Google Sans';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .outstanding-news__news-item__info {
    display: flex;
    align-items: center;
  }
  .outstanding-news__news-item__category {
    color: #1991c7;
    font-family: 'Google Sans';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.0075rem;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .outstanding-news__news-item__info-divider {
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #d9d9d9;
    margin-inline: 0.5rem;
  }
  .outstanding-news__news-item__publish-date {
    display: flex;
    align-items: center;
  }
  .outstanding-news__news-item__publish-date-icon {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outstanding-news__news-item__publish-date-icon img {
    width: 100%;
    height: auto;
  }
  .outstanding-news__news-item__publish-date-text {
    color: rgba(8, 53, 74, 0.7);
    font-family: 'Google Sans';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.0075rem;
    text-transform: uppercase;
    margin-left: 0.375rem;
  }
  .outstanding-news__news-item--skeleton {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .outstanding-news__news-item--skeleton .outstanding-news__news-item__thumbnail {
    background: #e8e8e8;
  }
  .outstanding-news__news-item--skeleton .outstanding-news__news-item__content {
    flex: 1 0 0;
    min-width: 0;
    padding: 0.375rem 0;
    justify-content: flex-start;
  }
  .outstanding-news__news-item__skeleton-line {
    display: block;
    width: 100%;
    height: 0.875rem;
    border-radius: 0.25rem;
    margin-bottom: 0.375rem;
  }
  .outstanding-news__news-item__skeleton-line--short {
    width: 60%;
    margin-bottom: 0.75rem;
  }
  .outstanding-news__news-item__skeleton-info {
    display: block;
    width: 55%;
    height: 0.625rem;
    border-radius: 0.25rem;
  }
  .outstanding-news__button-show-more {
    display: flex;
    height: 2.5rem;
    padding: 0 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 6.25rem;
    border: 1.4px solid #1991c7;
  }
  .outstanding-news__button-show-more[disabled] {
    opacity: 0.6;
    pointer-events: none;
  }
  .outstanding-news__button-show-more__text {
    color: #1991c7;
    font-family: 'Google Sans';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
  .outstanding-news__button-show-more__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
  }
  .outstanding-news__button-show-more__icon img {
    width: 100%;
    height: auto;
  }
}
