.wp-block-cble-block-attrlist .attr-pages-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-right: -40px;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview {
  width: calc(25% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  background: #FFFFFE;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #0C120C;
  margin-bottom: 20px;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview p {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #0C120C;
  margin-bottom: 0;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview .block-footer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 130px;
  bottom: -130px;
  background: linear-gradient(0deg, #06845A 7.25%, rgba(6, 132, 90, 0) 94%);
  transition: 0.5s;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview .block-footer a {
  padding: 10px 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #0C120C;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 6px;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview .block-footer a::after {
  content: url('img/arrow.svg');
  position: relative;
  top: 3px;
  margin-left: 20px;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview:hover {
  background: #06845A;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview:hover h4,
.wp-block-cble-block-attrlist .attr-pages-list .post_preview:hover p {
  color: #fff;
}
.wp-block-cble-block-attrlist .attr-pages-list .post_preview:hover .block-footer {
  transition: 0.5s;
  bottom: 0;
}
.wp-block-cble-block-attrlist .more-attr {
  text-align: center;
}
.wp-block-cble-block-attrlist .more-attr button {
  padding: 10px 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #0C120C;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #06845A;
  cursor: pointer;
}
.wp-block-cble-block-attrlist .more-attr button::after {
  content: url('img/arrow.svg');
  position: relative;
  top: 3px;
  margin-left: 20px;
}
.wp-block-cble-block-attrlist .more-attr button:hover {
  background: #06845A;
  color: #fff;
}
.wp-block-cble-block-attrlist .more-attr button:hover::after {
  content: url('img/arrow-white.svg');
}
.wp-block-cble-block-attrlist .more-attr .loader img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wp-block-cble-block-attrlist .attr-pages-list .post_preview {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .wp-block-cble-block-attrlist .attr-pages-list .post_preview {
    width: calc(100% - 40px);
  }
}
