.delivery{
    width: 1300px;
    height: 450px;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: gray;
    /*padding-left: 30px;
    padding-right: 30px;*/
}

h1{
    font-family: Arial;
    text-align: center;
    margin-top: 10px;
    color: gray;
}

.deliveryI{
    width: 1300px;
    margin: 0 auto;
}

.textDeliver{
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    color: gray;
}

.deliveryCom{
    width: 1300px;
    height: 370px;
    margin: 10px auto;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    color: gray;
    padding-left: 3%;
}

.deliveryA, .deliveryB, .deliveryC, .deliveryD{
    display: inline-block;
    vertical-align: top;
}

.deliveryD{
    margin-left: 5%;
}

.deliveryInfo{
    width: 1300px;
    height: 70px;
    margin: 30px auto;
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    color: gray;
}

@media screen and (max-width: 415px){
    .delivery{
        width: 410px;
        height: 1150px;
    }
    .deliveryI{
        width: 410px;
    }
    .deliveryInfo{
        width: 410px;
        height: 230px;
    }
    .deliveryCom{
        width: 410px;
        height: 1200px;
        margin: 10px auto;
        padding-left: 3%;
    }

    .deliveryA, .deliveryB, .deliveryC, .deliveryD{
        display: block;
        vertical-align: top;
    }
}