.posts-page {
  font-family: atten-new, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #212529;
}
.posts-page h4 {
  line-height: normal;
}
.posts-page .groups-list {
  border-bottom: 1px solid #FCC002;
}
.posts-page .group-item {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  height: 28px;
  padding: 5px 12px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  color: #676767;
  border-radius: 14px;
}
.posts-page .group-item.active {
  font-weight: 700;
  cursor: auto;
  color: #000000;
  background-color: #FDE680;
}
.posts-page a {
  transition: opacity 0.2s;
}
.posts-page .post-item {
  font-size: 12px;
  display: flex;
  margin-top: 20px;
  padding: 16px;
  transition: 0.2s box-shadow;
  color: #6A6A6A;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  box-shadow: 0 0 0 transparent;
}
.posts-page .post-item .post-item-image {
  width: 300px;
  max-width: 33%;
}
.posts-page .post-item h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 8px;
  color: #4D4D4D;
}
.posts-page .post-item p {
  margin: 0;
  color: #3199DB;
}
.posts-page .post-item img {
  border-radius: 10px;
}
.posts-page .post-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.post-page {
  font-family: atten-new, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #212529;
}
.post-page h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  margin: 10px 0;
  color: #4D4D4D;
}
.post-page a {
  color: #3199DB;
}
.post-page p {
  line-height: 25px;
}
.post-page hr {
  border: none;
  border-bottom: 1px solid #EBEBEC;
}
.post-page .media {
  display: flex;
}
.post-page figure {
  margin: 0 0 1rem;
}

h4 {
  margin-top: 0;
}

.post-tag-item {
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #3981F5;
  border-radius: 3px;
  background: rgba(57, 129, 245, 0.15);
}

@media screen and (min-width: 768px) {
  .posts-page .group-item {
    font-size: 16px;
  }
  .posts-page .post-item {
    font-size: 16px;
  }
  .post-page {
    font-size: 16px;
  }
  .post-page h1 {
    font-size: 36px;
  }
}

/*# sourceMappingURL=posts.css.map */
