/*************************************/
/****************** Delete this stylesheet when gifts page is remade and update template.css *******************/
/*************************************/

.gifts_title {
    font-size: 20px;
    color: #391e04;
    margin: 20px 0 10px 10px;
    text-align: left;
    text-transform: none;
}

.gifts-container {
    width: 85%;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.gifts--column {
    float: left;
    width: 31%;
    margin: 1%;
}
    .gifts--column img {
        width: 100%;
        padding-bottom: 10px;
    }
    .gifts--column p {
        font-size: 18px;
        color: #000000;
        padding-bottom: 10px;
        font-weight: bold;
        padding-top: 0;
        margin: 0;
    }