.cards {
    position: relative;
    padding: 80px 0 50px;
    background: rgba(234,224,219,0.33); 
    z-index: 4;
}

.cards__post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E08B5F;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    color: #F7DFD3;
    font-family: var( --dm_sansmedium );
    text-align: center;
}

.cards__category {
    position: absolute;
    left: 15px;
    bottom: 16px;
    border-radius: 100px;
    font-size: 13px;
    color: #3B718C;
    font-family: var( --dm_sansmedium );
    text-align: center;
    padding: 7px 13px;
    z-index: 1;
}

.cards__category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 100px;
    background: rgba(255,255,255,0.65);
    filter: blur(0.5px);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cards__link {
    display: block;
    position: relative;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 3px 40px rgba(41,23,14,0.28);
    margin-bottom: 30px;
    z-index: 4;
}

.cards__link img {
    transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) all 2s;
}

.cards__link:hover img {
    transform: scale(1.1);
}

.cards__image {
    width: 100%;
    height: 237px;
    border-radius: 6px 6px 0 0;
    position: relative;
    overflow: hidden;
}

.cards__image img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 100%;
}

.cards-description {
    padding: 12px 13px 4px;
}

.cards__info h4 {
    color: var( --brown );
    font-size: 20px;
    line-height: 1.5em;
    font-family: var( --dm_sansmedium );
    padding: 0 0 10px;
}

.cards__info p {
    color: var( --brown-0  );
    line-height: 1.87em;
    padding: 0 0 10px;
}

.cards__bottom {
    background: rgba(59,113,140,0.16);
    padding: 12px 15px;
    text-align: center;
    width: 100%;
    border-radius: 0 0 6px 6px ;
}

.cards__btn .btn {
    color: #3B718C;
    font-size: 16px;
    font-family: var( --dm_sansmedium );
    text-transform: none;
}

.cards__btn .btn i {
    font-size: 17px;
    vertical-align: middle;
    padding: 0 0 3px 4px;
}

.cards__top-wave {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.cards__top-wave svg {
    width: 100%;
    /* margin-left: -655px; */
}

.news-graphics-right {
    position: absolute;
    top: 29px;
    right: -259px;
}

.news-graphics-left-top {
    position: absolute;
    top: 90px;
    left: -137px;
    max-width: 361px;
}

.news-graphics-left-bottom {
    position: absolute;
    top: 452px;
    left: -181px;
    max-width: 266px;
}

.share {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(173,210,227,0.27);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #3B718C;
}

.cards__bottom::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: calc(100% - 48px);
    height: 1px;
    background: rgba(205,133,91,0.15);
}

@media (min-width: 768px) {
    .cards__top-wave svg {
        margin-left: 0;
    }

    .cards__top-wave {
        top: -33px;
    }

    .cards {
        padding: 90px 0 70px;
    }

    .cards-description {
        min-height: 87px;
    }

    .news-graphics-left-top {
        top: 110px;
        left: -165px;
        max-width: 361px;
    }

    .news-graphics-left-bottom {
        top: 469px;
        left: -114px;
        max-width: 295px;
    }

    .news-graphics-right {
        top: 89px;
        right: -104px;
        max-width: 362px;
    }

    .cards__buttons {
        margin-top: 50px;
    }

}

@media (min-width: 1200px) {
    .cards {
        padding: 150px 0 60px;
    }

    .cards-description {
        min-height: 170px;
        padding: 20px 20px 4px;
    }

    .cards__image {
        height: 202px;
    }

    .cards-description h4 {
        padding-right: 25px;
    }

    .cards__link {
        box-shadow: 0 3px 40px rgba(41,23,14,0.12);
        transition: all ease-in-out 0.3s;
        padding-bottom: 46px;
        height: 100%;
    }

    .cards__bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 11px 24px;
        height: 46px;
        transition: all ease-in-out 0.3s;
    }

    .cards__link:hover {
        box-shadow: 0 3px 40px rgba(41,23,14,0.28);
    }

    .cards__link:hover .cards__bottom {
        background: rgba(59,113,140,0.16);
        display: block;
    }

    .cards__link:hover .cards__bottom .share {
        display: none;
    }

    .cards__link:hover .cards__bottom::before {
        display: none;
    }

    .cards h2 {
        font-size: 50px;
    }

    .news-graphics-right {
        top: 177px;
        right: -125px;
        max-width: 100%;
    }

    .news-graphics-left-top {
        top: 48px;
        left: -54px;
        max-width: 100%;
    }

    .news-graphics-left-bottom {
        top: 517px;
        left: -114px;
        max-width: 100%;
    }

    .cards__top-wave {
        top: -1px;
    }

}


@media (min-width: 1360px) {
    .cards {
        padding: 170px 0 60px;
    }
}









