/* list */

.diamond-list div{

}

.diamond-list dl{
    width:30%;
    margin-bottom:75px;
    margin-right:5%;
}

.diamond-list dl:nth-child(3){
    margin-right:0;
}

.diamond-list dt{
    border:1px solid #CCC;
    margin-bottom:10px;
    text-align:center;
}

.diamond-list dt img{
    width:75%;
}

.diamond-list dd li:first-child{
    margin-bottom:0.5rem;
}

.diamond-list dd li:last-child{
    margin:0.5rem 0 1rem;
}

.diamond-list dd a{
    display:block;
    background:#b08644;
    color:#fff;
    text-align:center;
    padding:5px;
}

.diamond-list dd a:hover{
    background:#9a7234;
}

.diamond-list button{
    display:block;
    background:#b08644;
    color:#fff;
    text-align:center;
    padding:6px;
    width: 100%;
    border: none;
    font-weight: 300;
    font-size: 1.1em;
    cursor: pointer;
}

/* resposive */
@media screen and ( max-width:800px )
{
    .diamond-list dl{
        width:100%;
        margin:30px 0;
    }

}