.featured-post .featured-post__card {
    background: #F5F1ED;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;

  }
    
    @media(min-width: 640px) {.featured-post .featured-post__card {
      gap: 0;
      flex-direction: row

  }
    }
    
    .featured-post .featured-post__card .featured-post__img,
    .featured-post .featured-post__card .featured-post__img img {
      -o-object-fit: cover;
         object-fit: cover;
      flex-shrink: 0;
      height: 222px;
      width: 100%;
    }
    
    @media(min-width: 640px) {
    
    .featured-post .featured-post__card .featured-post__img,
    .featured-post .featured-post__card .featured-post__img img {
        width: 222px;
        height: 340px
    }
      }
    
    @media(min-width: 768px) {
    
    .featured-post .featured-post__card .featured-post__img,
    .featured-post .featured-post__card .featured-post__img img {
        width: 300px
    }
      }
    
    @media(min-width: 1024px) {
    
    .featured-post .featured-post__card .featured-post__img,
    .featured-post .featured-post__card .featured-post__img img {
        height: 500px;
        width: 500px
    }
      }
    
    .featured-post .featured-post__card .featured-post__content {
      padding: 0 24px 24px;
      display: flex;
      gap: 24px;
      flex-direction: column;
      justify-content: space-between;
      /* height: 100%; */
    }
    
    @media(min-width: 640px) {
    
    .featured-post .featured-post__card .featured-post__content {
        padding: 24px
    }
      }
    
    .featured-post .featured-post__card .featured-post__cnt-top {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    
    @media (min-width: 768px) {
    
    .featured-post .featured-post__card .featured-post__cnt-top {
        gap: 24px
    }
      }
    
    .featured-post .featured-post__card .featured-post__date {
      font-size: 14px;
      font-weight: 600;
    }
    
    @media (min-width: 768px) {
    
    .featured-post .featured-post__card .featured-post__date {
        font-size: 18px
    }
      }
    
    .featured-post .featured-post__card .featured-post__title {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      font-family: Montserrat, sans-serif;
    }
    
    @media (min-width: 768px) {
    
    .featured-post .featured-post__card .featured-post__title {
        font-size: 37px
    }
      }
    
    .featured-post .featured-post__card .card__author {
      font-size: 14px;
    }
    
    .featured-post .featured-post__card .featured-post__more {
      font-size: 14px;
      font-weight: 600;
      display: flex;
      gap: 8px;
      align-items: center;
      color: white;
      background: #0B5F6A;
      border-color: #0b5f6a;
    }
    
    .featured-post .featured-post__card .featured-post__more span {
        color: white;
      }
    
    .featured-post .featured-post__card date,
    .featured-post .featured-post__card h3,
    .featured-post .featured-post__card span,
    .featured-post .featured-post__card p {
      color: rgb(0, 65, 51);
      margin: 0;
    }
