.egiftbg{
    background-color: var(--theme-color-1);
}
.egiftbg p{
    color: var(--text-color-2);
    font-family: var(--bs-font-Catamaran);
}
.egiftbg h3{
    font-family: var(--bs-font-Cormorant);
}
.gift-img1{
    width: auto;
    height: 433px;
    z-index: 2;
    margin-left: 160px;
}
.gift-img2{
    height: 305px;
    width: auto;
    z-index: 1;    
    margin-top: -245px;
}

@media (min-width: 2037px){
    .gift-img1{
        margin-left: 158px;
    }
    .gift-img2{
        margin-top: 270px;
        margin-left: -594px;
    }
}

@media (max-width: 1290px){
    .gift-img1{
        width: auto;
        height: 347px;
        margin-left: 128px;
    }
    .gift-img2{
        height: 245px;
        width: auto;
        margin-top: -197px;
    }
}
 @media (max-width: 1190px){
    .gift-img1{
        width: auto;
        height: 261px;
        margin-left: 96px;
    }
    .gift-img2{
        height: 185px;
        width: auto;
        margin-top: -149px;
    }
}

@media (max-width: 991px){
    .gift-img1{
        width: auto;
        height: 347px;
        margin-left: 128px;
    }
    .gift-img2{
        height: 245px;
        width: auto;
        margin-top: -197px;
    }
}
@media (max-width: 575px){
    .gift-img1{
        width: auto;
        height: 261px;
        margin-left: 40px;
    }
    .gift-img2{
        height: 185px;
        width: auto;
        margin-top: -149px;
    }
}
