/** gift cards **/

.giftCardContent{
    padding: 30px 0;
}
.giftCardText{
    padding: 15px 0;
}
.giftCardText:first-child{
    padding-top: 0;
} 
.giftCardText h4{
    font-size: 24px;
    line-height: 30px;
    font-family: 'ralewaylight';
    color: #54585c;
    margin-bottom: 10px;
}
.giftCardText p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'latolight';
    color: #54585c;
    margin-bottom: 10px;
}
.giftCardText:last-child p {
    font-size: 11px;
    line-height: 21px;
}
.giftCardImg{
    text-align: center;
}
.giftCardImg img{
    display: inline-block;
}
/** small size gift cards page **/
@media (max-width:767px){
    
    .giftCardContent{
        padding: 0;
    }   
    .giftCardText p{
        font-size: 16px;
    }
    .giftCardText h4{
        font-size: 28px;
        line-height: 34px;
    }

}