.cards{justify-content:space-between}.cards,.cards__card{display:flex;flex-wrap:wrap}.cards__card{border-radius:6px 6px 15px 15px;cursor:pointer;max-width:100%;overflow:hidden;width:23%}.card__image_wrapper{overflow:hidden;position:relative}.card__image{display:block;height:auto;margin:0 auto;max-width:100%}.card__hover_text{align-items:center;background-color:rgba(45,67,83,.65);bottom:0;color:#fff;display:flex;left:0;padding:30px;position:absolute;right:0;top:0;transform:translateY(100%);transition:transform .3s ease}.cards__card:hover .card__hover_text{transform:translateY(0)}.card__hover_text P{font-size:1rem;margin:0}.card__text{background-color:#fff;padding:1rem;width:100%}.card__text H3{background-image:linear-gradient(#659941,#659941);background-position:0 100%;background-repeat:no-repeat;background-size:60px 4px;color:#376f70;display:inline-block;margin:0 0 .6rem;padding-bottom:10px;transition:background-size .3s ease}.cards__card:hover .card__text H3{background-size:100% 4px}@media (max-width:878px){.cards .card{width:45%}.cards .card:first-child,.cards .card:nth-child(2){margin-bottom:20px}}@media (max-width:476px){.cards .card{width:100%}.cards .card:not(:last-child){margin-bottom:20px}}