.homepagegiftcard{
    height:490px;
    background-size: cover;
    background-position: center;
    text-align:center;
}
.homepagegiftcard h2{
    font-size:35px;
    text-transform:uppercase;
    font-weight:400;
    color:#111;
}
.homepagegiftcard p{
    color:#111;
    font-size:16px;
    line-height:27px;
}
.homepagegiftcard .btn-custom{
    background: #f3dbb4;
    color: #5c5757;
}
.homepagegiftcard .btn-custom:hover, .homepagegiftcard .btn-custom:active{
    background: #f1ece4;
}
.homepagegiftcard .text-box{
    display: flex;
    flex-direction: column;
    float: right;
    background: #fbf9f2;
    color: #010101;
    width: 45%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition:ease 0.5s;
}
.homepagegiftcard .text-box:hover{
    width:100%;
}
@media(max-width:900px){
    .homepagegiftcard .text-box{
        width:100%;
    }
}