.pof-blocks.pof-blog-recent-posts {
  margin: 60px 0;
  padding: 60px 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.pof-blocks.pof-blog-recent-posts .wrapper {
  position: relative;
}
.pof-blocks.pof-blog-recent-posts .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 22px;
  right: -100px;
  left: -100px;
  border: 1px solid #0F192F;
  pointer-events: none;
  z-index: -1;
}
.pof-blocks.pof-blog-recent-posts .heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pof-blocks.pof-blog-recent-posts .heading-container .box--title {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 33%, white 66%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .pof-blocks.pof-blog-recent-posts .heading-container .box--title {
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    letter-spacing: -0.48px;
  }
}
.pof-blocks.pof-blog-recent-posts .posts-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .pof-blocks.pof-blog-recent-posts .posts-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pof-blocks.pof-blog-recent-posts .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 33%, white 66%, rgba(255, 255, 255, 0) 100%);
}
.pof-blocks.pof-blog-recent-posts {
  /* Mobile styles */
}
@media (max-width: 1024px) {
  .pof-blocks.pof-blog-recent-posts {
    margin: 40px 0;
    padding: 40px 0;
  }
  .pof-blocks.pof-blog-recent-posts .wrapper:before {
    right: -50px;
    left: -50px;
    top: 20px;
    bottom: 18px;
  }
  .pof-blocks.pof-blog-recent-posts .heading-container .box--title {
    width: 95%;
    font-size: 28px;
    line-height: 40px;
  }
  .pof-blocks.pof-blog-recent-posts .posts-list-container {
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .pof-blocks.pof-blog-recent-posts {
    margin: 30px 0;
    padding: 30px 0;
  }
  .pof-blocks.pof-blog-recent-posts .wrapper:before {
    right: -20px;
    left: -20px;
    top: 15px;
    bottom: 15px;
  }
  .pof-blocks.pof-blog-recent-posts .heading-container .box--title {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    line-height: 36px;
  }
  .pof-blocks.pof-blog-recent-posts .posts-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .pof-blocks.pof-blog-recent-posts .button-container {
    width: 100%;
  }
  .pof-blocks.pof-blog-recent-posts .button-container .primary-button {
    width: 100%;
  }
}