/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.page-title {
  padding: 2rem 0;
  color: #aa001f;
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.blog-list {
  padding-bottom: 5rem;
}
.blog-list [hidden] {
  display: none;
}
.blog-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.blog-list__page {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.blog-list__item {
  flex-grow: 1;
}
.blog-list .page-card__title {
  min-height: unset;
}
.blog-list__button {
  margin: 5rem auto;
  padding: 13px 25px;
  width: fit-content;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  cursor: pointer;
}
@media only screen and (min-width: 920px) {
  .blog-list__item {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination__item {
  display: grid;
  place-items: center;
  padding: 0.5rem;
  width: 2.375rem;
  height: 2.375rem;
  font-size: 0.875rem;
  color: #474242;
  text-decoration: none;
  border-radius: 50%;
}
.pagination__item:hover {
  background-color: rgba(170, 0, 31, 0.1);
}
.pagination__item.-active {
  color: #fff;
  background-color: #aa001f;
}
.pagination [disabled] {
  pointer-events: none;
  opacity: 0.5;
}

[scroll-container] {
  scroll-margin-top: 100px;
}
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.most-readed-slider {
  padding-bottom: 6rem;
}