main .img-header {
  background-image: url("../images/news/header.png");
}
main aside h2 {
  font-weight: bold;
  margin-bottom: 50px;
}
main aside .category {
  margin-bottom: 30px;
}
main aside .category span {
  font-weight: 500;
  color: #333;
}
main aside .category .items {
  margin-top: 10px;
  margin-left: 20px;
}
main aside .category .items li {
  margin-bottom: 10px;
  position: relative;
}
main aside .category .items li:before {
  position: absolute;
  top: 11px;
  left: -10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--red-comments);
}
main aside .category .items li a {
  color: var(--red-comments);
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 180%;
}
main aside .button.twitter {
  background-color: #08a0e9;
  border-radius: 30px;
  color: #fff;
  padding: 10px 30px 10px 20px;
}
main aside .button.twitter svg {
  margin-right: 10px;
}
main .news-item {
  margin-bottom: 30px;
}
main .news-item a:hover {
  color: #333;
}
main .news-item .date {
  color: var(--middle-gray);
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
main .news-item p {
  color: #333;
  font-size: var(--medium-text);
}
main .paginator {
  margin-top: 50px;
  display: flex;
}
main .paginator li:not(:last-of-type) {
  margin-right: 10px;
}
main .paginator li a {
  color: #828282;
  font-size: var(--medium-text);
  line-height: 19px;
}

.main-news .news-item p {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 992px) {
  main p {
    word-break: break-word;
    font-size: 17px !important;
    line-height: 150% !important;
  }
  main .about-container {
    padding: 0;
  }
  main h1.red {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .news-list {
    padding: 10px 30px 30px 30px;
  }
  .news-list .news-item a, .news-list .news-item p, .news-list .news-item span {
    font-size: 14px;
    line-height: 150%;
  }
  .news-list .paginator li a {
    white-space: nowrap;
  }

  .img-header {
    padding: 0;
    padding-bottom: 30px;
    background-image: url("../assets/images/about.png");
    background-size: cover;
    min-height: 210px;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 36px;
  }
  .img-header h1 {
    padding: 15px;
    font-size: 32px;
    line-height: 90%;
  }
}
