﻿.puff2 {
    font-size: 1rem;
}

.puff2 h3 {
    margin-bottom: 1em;
}


    .puff2 .items {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }

    .puff2item {
        display: inline-block;
        width: 372px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
        margin-top: 1.5em;
    }
.puff2item:hover{
    text-decoration: none;
    color: #000;
}


    .puff2 h2:empty,
    .puff2 h3:empty,
    .puff2 p:empty {
        display: none;
    }

.puff2item .image {
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.puff2item h2 {
    font-size: 3em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: initial;
    text-align:center;
}
.puff2item p {
    font-size: 1.8em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.puff2item p::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 26px;
    width: 20%;
    background: -webkit-linear-gradient(right, #fff, rgba(255,255,255,0.5));
}

.puff2item h2 + .image {
    margin-top: 20px;
}
.puff2item h2 + p {
    margin-top: 20px;
    height: auto;
}
.puff2item .image + p {
    margin-top: 12px;
/*    height: 52px; */
    height: 78px;
    overflow: hidden;
    position: relative;
}


.center-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.puff2 .marginBottom {
    margin-bottom: 2em;
}
