@media screen and (min-width: 768px) {
  .p-news__container {
    display: flex;
    gap: 10rem;
  }
}
.p-news__head {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__head {
    width: 240px;
  }
}
.p-news__heading {
  color: #2563EB;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-news__heading {
    font-size: clamp(1.625rem, 1.3048780488rem + 1.3658536585vw, 2.5rem);
    flex-direction: column;
    gap: 1rem;
    color: #303030;
    text-align: left;
    align-items: flex-start;
  }
}
.p-news__heading::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-news__heading::after {
    width: 3.75rem;
    min-height: 0.125rem;
  }
}
.p-news__filter {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__filter {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p-news__filter-item {
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(48, 48, 48, 0.25);
  border-radius: 0.5rem;
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}
.p-news__filter-item--active {
  background-color: #2563EB;
  color: #FFFFFF;
}
.p-news__list {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 0;
    flex: 1;
  }
}
.p-news__link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    padding: 2.5rem 0;
  }
}
.p-news__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news__meta {
    gap: 1.25rem;
  }
}
.p-news__category {
  background-color: #2563EB;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__category {
    padding: 0.75rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__date {
    font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  }
}
.p-news__article-title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-news__article-title {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
.p-news__pagination-item {
  background-color: #F6F5FA;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  border: 1px solid #2563EB;
  line-height: 1;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-news__pagination-item {
    width: 3.875rem;
    height: 3.875rem;
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}
.p-news__pagination-item--active {
  background-color: #2563EB;
  color: #FFFFFF;
}

/*# sourceMappingURL=news.css.map */
