@charset "UTF-8";
.policies-posts {
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  .policies-posts__container._container {
    padding: 0 16px !important;
  }
}
.policies-posts__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media (max-width: 991px) {
  .policies-posts__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .policies-posts__body {
    grid-template-columns: 1fr;
  }
}
.policies-posts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 24px;
  border: 1px solid #012527;
  border-radius: 24px;
  background: #013133 url("../../../assets/images/policies-card.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
}
.policies-posts__label {
  display: flex;
  gap: 8px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 86%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .policies-posts__label {
    font-size: 12px;
    line-height: 100%;
  }
}
.policies-posts__title {
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  margin-top: auto;
}
.policies-posts__info {
  font-family: "Test Söhne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
  margin-top: 4px;
}
.policies-posts__size {
  word-spacing: -3px;
}
.policies-posts__size::before {
  content: "|";
  color: #fff;
  margin-right: 4px;
}
.policies-posts__size::after {
  content: "|";
  color: #fff;
  margin-left: 4px;
}
.policies-posts__link {
  margin-top: 48px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.policies-posts__link:hover {
  background: #fff;
  color: #004c51;
}
.policies-posts__link svg path {
  transition: all 0.5s ease 0s;
}
.policies-posts__link:hover svg path {
  fill: #004c51;
}
.policies-posts__pagination {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.policies-posts__pagination .page-numbers {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #044f54;
}
.policies-posts__pagination .page-numbers.current {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */