.under-mv.under-mv--no-img {
  margin-bottom: 15rem; }
  @media screen and (max-width: 834px) {
    .under-mv.under-mv--no-img {
      margin-bottom: 6rem; } }

.news__container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 18rem; }
  @media screen and (max-width: 834px) {
    .news__container {
      margin: 0 auto 6rem; } }

.news__list {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

.news__item {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding: 50px 3%;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .news__item {
      padding: 30px 0;
      flex-direction: column-reverse; } }

.news__item:last-child {
  border-bottom: none; }

.news__category.update {
  background: #28a745; }

.news__content {
  width: 78%; }
  @media screen and (max-width: 834px) {
    .news__content {
      width: 100%; } }

.news__title {
  margin-bottom: 3rem;
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .news__title {
      font-size: 17px;
      margin-bottom: 1.5rem; } }

.news__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem 0;
  width: 8%; }
  @media screen and (max-width: 834px) {
    .news__info {
      width: 100%;
      align-items: flex-start;
      flex-direction: row;
      gap: 0 1rem;
      justify-content: flex-start;
      margin-bottom: 1rem; } }

.news__date {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #999999; }

.news__category {
  background: #007bff;
  background-color: #E9E2DC;
  font-size: 14px;
  color: #111111;
  line-height: 1;
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  min-width: 60px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .news__category {
      padding: 5px 15px;
      width: fit-content; } }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 13px;
  margin-top: 90px; }
  @media screen and (max-width: 834px) {
    .pagination {
      margin-top: 4rem;
      gap: 0 5px; } }

.pagination-btn {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 100;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #111111;
  cursor: pointer;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: transparent; }

.pagination-btn.back-btn {
  margin-right: 2rem; }
  @media screen and (max-width: 834px) {
    .pagination-btn.back-btn {
      margin-right: 1rem; } }

.pagination-btn.next-btn {
  margin-left: 2rem; }
  @media screen and (max-width: 834px) {
    .pagination-btn.next-btn {
      margin-left: 1rem; } }

.pagination-btn:hover {
  background: #f8f9fa;
  border-color: #007bff; }

.pagination-btn.active {
  background: #111111;
  color: white;
  border-color: #111111; }
