.gift-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    margin-top: -2vw;
}

.gift-container h2{
    font-size: 6vw;
    margin-bottom: -1vw;
    margin-top: 0vw;
}

.gift-object-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gift-object-container img{
    width: 14vw;
    margin-bottom: -2vw;
}

.gift-container p{
    font-family: 'Old Standard TT', serif;
    font-size: 3vw;
    width: 80%;
    text-align: center;
    line-height: 1.3;
}


@media (min-width:1100px){
    .gift-container{
        width: 80%;
        margin-top: -10px;
    }
    
    .gift-container h2{
        font-size: 35px;
        margin-bottom: -4px;
    }

    .gift-object-container img{
        width: 80px;
        margin-bottom: -15px;
    }
    
    .gift-container p{
        font-size: 22px;
        width: 80%;
    }
}