    .container-espiritualidade h2 {
        max-width: 574px;
        border-bottom: none;
    }
    .container-espiritualidade p {
        text-align: center;
        width: 767px;
    }
    .container-espiritualidade p span {
        font-weight: 600;
    }
    .container-espiritualidade {
      margin: 0 auto 70px;
    }
    .section-noticias {
      background-color: #E5E7EB;
      padding: 0 0 70px 0;
    }
    .newsSwiper {
      width: 100%;
      height: 100%;
      margin-bottom: 30px;
    }

    .section-noticias .swiper-slide {
      text-align: center;
      font-size: 16px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      font-weight: 800;
    }

    .section-noticias .swiper-slide img {
      display: block;
      width: 100%;
      height: 351px;
      object-fit: cover;
      border-radius: 8px;
      /* mask-image: linear-gradient(to top, #000000a8, #000000); */
    }
    .swiper-news-next {
        right: -23px !important;
    }
    .swiper-news-prev {
        left: -23px !important;
    }
    .swiper-news-next, .swiper-news-prev {
        background: #fff;
        border-radius: 50%;
        filter: drop-shadow(2px 4px 6px rgb(61, 61, 61));
        padding: 14px;
        width: 22px !important;
        color: #1F325B !important;
        height: 22px !important;
        transform: translate(0, -22px);
    }

    .swiper-news-text, .swiper-news-text a {
        position: absolute;
        color: #fff;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 82%;
        font-weight: 700;
        font-family: 'Manrope';
        text-decoration: none;
    }
    .blog-col .swiper-news-text, .swiper-news-text a {
      text-align: center;
      text-decoration: none;
      line-height: 20px;
    }
    .swiper-news-date {
        background: #0096DE;
        position: absolute;
        color: #fff;
        padding: 10px;
        font-weight: 700;
        width: 40px;
        border-radius: 8px;
        top: 10px;
        left: 10px;
        font-family: 'Manrope';
        text-transform: uppercase;
        min-width: min-content;
        text-align: center;
    }
     .btn-noticias {
        padding: 10px 40px;
        border-color: #1F325B;
        color: #1F325B !important;
     }

     .btn-noticias:hover {
        background-color: #1F325B;
        color: #fff;
        border-color: #1F325B;
     }

     @media (max-width: 990px) {
      .container-espiritualidade p {
        margin-top: 30px;
    }
      .container-espiritualidade p {
          width: auto;
      }
      
      .btn-noticias {
        border-color: #009EFF;
        background-color: #009EFF;
        color: #fff !important;
      }
     }