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

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

.gift-liverpool-object-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gift-liverpool-object-container img{
    width: 17%;
}

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

.liverpool-container{
    display: flex;
    flex-direction: column;
}

.liverpool-container img{
    margin: auto;
    margin-bottom: 5vw;
    width:25vw;
}

.liverpool-container a{
    text-decoration: none;
    font-weight: 800;
    color: black;
    z-index: 3;
}

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

        margin-bottom: 40px;
        width:190px;
    }
}