@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");
@media (min-width: 1200px) {
  .features-categories-recent-posts-section + .category-recent-posts-section {
    margin-top: 40px; } }

.category-recent-posts-section {
  margin: 35px 0 25px;
  position: relative; }
  @media (min-width: 1200px) {
    .category-recent-posts-section {
      margin: 105px 0 40px; } }
  .category-recent-posts-section .bg-title {
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
    font-size: 82px;
    line-height: 0.8;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 0 rgba(19, 59, 114, 0.2), 0 1px rgba(19, 59, 114, 0.2), -1px 0 rgba(19, 59, 114, 0.2), 0 -1px rgba(19, 59, 114, 0.2); }
    @media (min-width: 1024px) {
        .category-recent-posts-section .bg-title {
        left: -34px; } }
    @media (min-width: 1200px) {
        .category-recent-posts-section .bg-title {
        font-size: 241px;
        top: -47px;
        left: -73px; } }
    @media (min-width: 1625px) {
      .category-recent-posts-section .bg-title {
        left: calc(((1625px - 100vw)/2) - 73px); } }
    @media (min-width: 1920px) {
      .category-recent-posts-section .bg-title {
        left: -170px; } }
  .category-recent-posts-section .title-holder {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .category-recent-posts-section .title-holder {
        display: flex;
        align-items: center;
        gap: 30px; } }
    @media (min-width: 1200px) {
      .category-recent-posts-section .title-holder {
        margin-bottom: 21px; } }
    .category-recent-posts-section .title-holder .section-title {
      text-transform: uppercase;
      margin: 0; }
    .category-recent-posts-section .title-holder .btn {
      display: none; }
      @media (min-width: 768px) {
        .category-recent-posts-section .title-holder .btn {
          display: inline-block; } }
  .category-recent-posts-section .row {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .category-recent-posts-section .row {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .category-recent-posts-section .row {
        display: flex;
        flex-direction: row-reverse; } }
    .category-recent-posts-section .row .category-recent-posts-holder {
      width: 100%; }
    .category-recent-posts-section .row .ads-blocks {
      text-align: center;
      margin: 45px 0; }
      @media (min-width: 1024px) {
        .category-recent-posts-section .row .ads-blocks {
          flex-shrink: 0;
          width: 270px;
          padding-left: 20px;
          margin: 0; } }
      @media (min-width: 1200px) {
        .category-recent-posts-section .row .ads-blocks {
          width: 350px;
          padding-left: 50px; } }
      @media (min-width: 1440px) {
        .category-recent-posts-section .row .ads-blocks {
          width: 410px;
          padding-left: 110px; } }
      .category-recent-posts-section .row .ads-blocks .a-single {
        margin-bottom: 20px; }
        @media (min-width: 1200px) {
          .category-recent-posts-section .row .ads-blocks .a-single {
            margin-bottom: 40px; } }
        .category-recent-posts-section .row .ads-blocks .a-single:last-child {
          margin-bottom: 0; 
          margin-top:40px;}
  .category-recent-posts-section .button-holder {
    text-align: center; }
    @media (min-width: 768px) {
      .category-recent-posts-section .button-holder {
        display: none; } }
  .category-recent-posts-section .category-recent-posts {
    display: grid;
    gap: 20px; }
    @media (min-width: 768px) {
      .category-recent-posts-section .category-recent-posts {
        grid-template-columns: 66% 31%;
        gap: 20px 3%; } }
    @media (min-width: 768px) {
      .category-recent-posts-section .category-recent-posts .post-large {
        grid-row: 1 / 3;
        grid-template-columns: 1 / 2; } }

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