@media (width < 450px) {
    .gift{
        width: 100%;
        /* height: 150vh; */
        height: 100%;

    }
    .gift b{
        font-size: 15px;
    }

    .gift h1{
        font-size: 30px;
    }

    .gift p{
        font-size: 14px;
    }

    .Location-WriteUs{
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 90%;
    }
    
    .map iframe{
        width: 100%;
        height: 130px;
        margin-bottom: 20px;
    }

    .address{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 330px;
    }

    .address img{
        width: 60px;
        height: 60px;
    }

    .address .rev{
        width: 80px;
        height: 80px;

    }

    .address h1{
        font-size: 20px;
        letter-spacing: 5px;
    }

    .address h2{
        font-size: 15px;
    }

    footer{
        display: grid;
        width: 100%;
        height: 30vh;
        /* background-color: #454545; */
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
      }

      .copyright{
        display: grid;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        color: white;
        text-decoration: none;
        line-height: 1.5rem;
      }

    
}


