@media(max-width:550px){

    h2{
        text-align:center;
        margin:0.5em 10px;
        font-size:110% ;
    }
    header p img{
        max-width:250px;
        height:auto;
    }

    .item-box{
        width:90%;
    }
    .item-img{
        text-align: center;
    }
    .item-in{
        width:90%;
        padding:1.5em 0 0 0;
    }
    .flower{
        display:none;
    }

    .ad{
        width: 90%;
        margin:0 auto;
        margin-top: 20px;
    }
    

    footer{
        flex-direction: column;

    }
    .foot{
        order:2;
    }
    .info{
        order:1;
    }
    .adress{
        float: right;
    }
}