.pg-blog-category-teaser {
  height: 100%;
  min-height: 24.52vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid #eff3f7;
  padding-top: 35px;
  padding-top: 2.56vw;
}
@media (max-width: 991px) {
  .pg-blog-category-teaser {
    padding-top: 35px;
    padding-top: 4.56vw;
  }
}
@media (max-width: 767px) {
  .pg-blog-category-teaser {
    padding-top: 35px;
  }
}
.pg-blog-category-teaser h2 {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 28px;
  line-height: 38px;
  font-size: 2.05vw;
  line-height: 2.78vw;
  color: #252a2e;
}
.i18n-ru .pg-blog-category-teaser h2 {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-blog-category-teaser h2 {
  font-weight: normal;
}
@media (max-width: 991px) {
  .pg-blog-category-teaser h2 {
    font-size: 26px;
    line-height: 36px;
    font-size: 3.39vw;
    line-height: 4.69vw;
  }
}
@media (max-width: 767px) {
  .pg-blog-category-teaser h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.pg-blog-category-teaser p {
  margin: 0;
}
.pg-blog-category-list {
  font-family: 'Larsseit-Regular', Arial, sans-serif;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
.i18n-ru .pg-blog-category-list {
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-weight: normal;
}
.pg-blog-category-list a {
  flex: 1 1 50%;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.32vw;
  line-height: 1.61vw;
  padding-bottom: 0.73vw;
}
@media (max-width: 991px) {
  .pg-blog-category-list a {
    font-size: 16px;
    line-height: 26px;
    font-size: 2.08vw;
    line-height: 3.39vw;
  }
}
@media (max-width: 767px) {
  .pg-blog-category-list a {
    font-size: 16px;
    line-height: 26px;
  }
}
.pg-blog-category-list a.pg-active {
  color: #058ad7;
}
@supports (display: grid) {
  .pg-blog-category-list {
    display: grid;
    grid-gap: 0.73vw 3.66vw;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: 1fr 1fr;
  }
  .pg-blog-category-list a {
    padding: 0;
  }
}
