@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.categories-recent-posts-section {
  margin: 30px 0 50px; }
  @media (min-width: 1200px) {
    .categories-recent-posts-section {
      margin: 60px 0 58px;
      padding: 10px 0 40px;
      position: relative; } }
  @media (min-width: 1200px) {
    .categories-recent-posts-section:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      background-image: url("../../images/bg-star2.png");
      background-position: center;
      opacity: 0.2; } }

.categories-recent-posts-row {
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .categories-recent-posts-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media (min-width: 1024px) {
    .categories-recent-posts-row {
      gap: 40px; } }
  @media (min-width: 1200px) {
    .categories-recent-posts-row {
      gap: 65px; } }

.category-recent-posts-box {
  margin-bottom: 26px; }
  @media (min-width: 1024px) {
    .category-recent-posts-box {
      margin-bottom: 0; } }
  .category-recent-posts-box:last-child {
    margin-bottom: 0; }
  .category-recent-posts-box h2 {
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .category-recent-posts-box h2 {
        margin-bottom: 28px; } }
  .category-recent-posts-box .category-recent-posts {
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .category-recent-posts-box .category-recent-posts {
        margin-bottom: 20px; } }
    .category-recent-posts-box .category-recent-posts .post-small {
      margin-bottom: 16px; }
      .category-recent-posts-box .category-recent-posts .post-small:last-child {
        margin-bottom: 0; }
  .category-recent-posts-box .btn-holder {
    text-align: center; }
    @media (min-width: 768px) {
      .category-recent-posts-box .btn-holder {
        text-align: left; } }


@media (min-width: 1200px) and (max-width: 1399px) {
    .category-recent-posts-box .category-recent-posts .post-small {
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .categories-recent-posts-row .post-small .published-date {
        margin-top: 5px;
    }
    .category-recent-posts-box .category-recent-posts .post-small .image-holder {
        float: left;
        margin: 0 18px 8px 0;
    }
    .categories-recent-posts-row .post-small .text-holder {
        width: 100%;
        padding: 0;
    }
    .categories-recent-posts-row .post-small .text-holder:after {
        display: none;
    }
}

.category-recent-posts-box h2 {
    line-height: 1.125;
}
@media (min-width: 768px) {
    .category-recent-posts-box h2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        height: 56px;
    }
}
@media (min-width: 1200px) {
    .category-recent-posts-box h2 {
        height: 79px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .categories-recent-posts-row .post-small {
        flex-direction: column;
    }
    .categories-recent-posts-row .post-small .image-holder,
    .categories-recent-posts-row .post-small .text-holder {
        width: 100%;
        padding: 0;
    }
}


/*# sourceMappingURL=categories-recent-posts.css.map */