/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/news/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.news {
  background-color: #fff;
  padding-top: 100px;
}
.news-categories {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}
.news-categories .other-categories__wrapper-list {
  position: relative;
  padding-top: 24px;
}
.news-categories .other-categories__wrapper-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 6px;
  background-color: #B12428;
}
.news .articles {
  padding-bottom: 110px;
}
.news .articles__wrapper {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.news .articles__wrapper-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 575px) {
  .news .articles__wrapper-items {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
.news .articles__wrapper-items-item {
  max-width: 100%;
  flex: 0 0 100%;
}
.news .articles__wrapper-items-item:hover .articles__wrapper-items-item-image img {
  transform: scale(1.3);
}
.news .articles__wrapper-items-item:hover .articles__wrapper-items-item-title {
  color: #B12428;
}
@media (min-width: 575px) {
  .news .articles__wrapper-items-item {
    max-width: calc(50% - 13.5px);
    flex: 0 0 calc(50% - 13.5px);
  }
}
@media (min-width: 768px) {
  .news .articles__wrapper-items-item {
    max-width: calc(25% - 20.25px);
    flex: 0 0 calc(25% - 20.25px);
  }
}
.news .articles__wrapper-items-item-image {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .news .articles__wrapper-items-item-image {
    height: 335px;
  }
}
.news .articles__wrapper-items-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}
.news .articles__wrapper-items-item-title {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
.news .articles__wrapper-items-item-description {
  overflow: hidden;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.news .articles__wrapper-items-item-description p {
  margin: 0px;
}
.news .articles__wrapper-pagination {
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (min-width: 1024px) {
  .news .articles__wrapper-pagination {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.news .articles__wrapper-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
}
@media (min-width: 1024px) {
  .news .articles__wrapper-pagination .page-numbers {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}
.news .articles__wrapper-pagination .page-numbers.current {
  background-color: #F1F5F9;
  opacity: 0.6;
}
.news .articles__wrapper-pagination .page-numbers.next, .news .articles__wrapper-pagination .page-numbers.prev {
  width: 50px;
  border-radius: 9999px;
  background-color: #F1F5F9;
}
@media (min-width: 768px) {
  .news .articles__wrapper-pagination .page-numbers.next, .news .articles__wrapper-pagination .page-numbers.prev {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .news .articles__wrapper-pagination .page-numbers.next, .news .articles__wrapper-pagination .page-numbers.prev {
    width: 141px;
  }
}
.news .articles__wrapper-pagination .page-numbers.next svg, .news .articles__wrapper-pagination .page-numbers.prev svg {
  transition: 0.3s all ease-in-out;
}
.news .articles__wrapper-pagination .page-numbers.prev svg {
  transform: rotate(180deg);
}
.news .articles__wrapper-pagination .page-numbers.prev:hover svg {
  transform: rotate(180deg) translateX(10px);
}
.news .articles__wrapper-pagination .page-numbers.next:hover svg {
  transform: translateX(10px);
}
.news .articles__wrapper-pagination .page-numbers:hover {
  background-color: #F1F5F9;
}

/*# sourceMappingURL=style-index.css.map*/