.site-name {
  font-weight: 300;
  color: rgba(255,255,255,0.92);
}

.menu-item-title {
  font-weight: 300;
  color: rgba(255,255,255,0.92);
}

.com-content-category-blog__items .item .page-header h2,
.com-content-category-blog__items .item .page-header h2 a {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.com-content-category-blog__items .item .item-intro h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 0.82em;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.92);
}

.com-content-category-blog__items .item .item-intro p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 0.84em;
  color: rgba(255,255,255,0.72);
}
@media (min-width: 992px) {
  .com-content-category-blog__items .items-row > .col-lg-6:nth-child(even) {
    padding-top: 80px;
  }
}