.p-section-news {
  -webkit-margin-before: 8.6875rem;
          margin-block-start: 8.6875rem;
  max-width: 85rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-section-news {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-inline: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-news__title-wrapper {
    margin: 0 auto;
  }
}

.c-news-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  position: relative;
}

.c-news__title-icon {
  position: absolute;
  right: -5.375rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-news__title-icon {
    width: 3.75rem;
    right: -1.625rem;
    top: 2.125rem;
  }
}

.c-news__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  list-style: none;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-news__menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-news__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-news__menu-link {
  display: inline-block;
  padding-block: 0.0625rem 0.0625rem;
  padding-inline: 0.84375rem 0.84375rem;
  margin-bottom: 1.5rem;
  border: 1px solid #060606;
  border-radius: 20px;
  background-color: #fff;
  color: #060606;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.9166666667;
  letter-spacing: 0.0416666667em;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
  .c-news__menu-link {
    font-size: 0.75rem;
  }
}
.c-news__menu-link:hover {
  background-color: #9e3eb1;
  color: #fff;
}

.c-news__menu-link.is-active {
  background: #9e3eb1;
  color: #fff;
}

.c-news__card-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-news__card-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.c-news__card {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-news__card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .c-news__card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-news__card a {
    width: 100%;
  }
}

.c-news__card-wrapper {
  border: 1px solid #060606;
  border-radius: 0.9375rem;
  min-height: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 0.0625rem solid #B3B3B3;
    border-radius: 0;
    min-height: 9.375rem;
  }
}

.c-news__card-image img {
  border-bottom: 1px solid #060606;
  min-width: 20rem;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-news__card-image img {
    width: 7.5rem;
    height: 7.5rem;
    min-width: 7.5rem;
    min-height: 7.5rem;
    border: 1px solid #060606;
    border-radius: 0.375rem;
  }
}

.c-news__card-text-wrapper {
  padding: 1.125rem 1.5625rem 1.5rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-news__card-text-wrapper {
    padding: 1.46875rem 0rem 1.46875rem 0.625rem;
    width: 100%;
  }
}

.c-news__card-text-top {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.9166666667;
  letter-spacing: 0.0416666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-news__card-text-top {
    font-size: 0.75rem;
  }
}

.c-news__card-category {
  border: 1px solid #060606;
  border-radius: 0.9375rem;
  padding-block: 0.0625rem;
  padding-inline: 0.8125rem 0.8125rem;
}

@media screen and (max-width: 767px) {
  .c-news__card-date {
    margin-top: 0.1875rem;
    margin-left: 0.25rem;
  }
}

.c-news__card-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.0357142857em;
  margin-top: 1.125rem;
  height: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .c-news__card-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-news__card-title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6428571429;
    letter-spacing: 0.0357142857em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-news__card-title {
    font-size: 0.875rem;
  }
}

.c-news__no-date {
  text-align: center;
  margin-block: 12.5rem 12.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.03125em;
}
@media screen and (max-width: 767px) {
  .c-news__no-date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-news__no-date {
    margin-block: 6.25rem 6.25rem;
  }
}

.pagination {
  text-align: center;
  margin-block: 2rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-block: 3.75rem 2rem;
  }
}
.pagination .page-numbers {
  margin-right: 16px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination a {
  color: #9e3eb1;
}