@charset "utf-8";
/* CSS Document */

.box.giftingStore {
    
    width:100%;    

}

.box.giftingStore .image {
    
    width:38.4%;
    float:left;
    margin-left:7.29vw;
    margin-right:3.95vw; 

}

.box.giftingStore .text  {
    
    margin-right: 7.29vw;
    margin-left:3.95vw;
    width:38.4%;
    float:left;
    position: relative;
    
}

@media only screen and (max-width: 799px) {

    .box.giftingStore .image, .box.giftingStore .text {

        width:100%;
        margin:0;

    }
    
    .box.giftingStore .text {

        margin-top: 19.44vw;
        margin-bottom: 19.44vw;
        margin-left: 14.44vw;
        width:71%;

    }

}
