.content-block{
    border-radius: 8px;
    background-color: #dfe3ca;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
    font-size: 16px;
}

.content-block:last-child{
    margin-bottom: 0px;
}

.content-block>div{
    padding: 20px 10px;
}

.content-block .content-image{
    width: 150px;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;

}

.content-block .title{
    font-family: 'Moret', serif;
    font-size: 30px;
    font-weight: 400;
}

.content-block button{
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    min-height: 40px;
    margin: auto;
    display: block;
    border: 0px;
    background-color: #014921;
    border-radius: 8px;
    letter-spacing: .10em;
}