.delivery {
    margin: 10px 0 0;
    float: left;
    width: 98%;
    border-radius: 2px;
    padding: 5px 1% 10px;
    text-align: left;
    background: #deebf1;
    box-shadow: 0px 0px 3px 1px #67757e;
}

.delivery h1 {
    float: left;
    width: 100%;
    line-height:35px;
    text-align:center;
}

.delivery1 {
    margin: 0 1%;
    float: left;
    width: 98%;
    padding: 10px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #000;
}
.delivery1_1 {
   width: 100%;
   float:left;
   background:url(/img/post_office.jpg) no-repeat;
   background-position: center center;
   height: 125px;
   border-radius: 10px;
}
.delivery1_2 {
   float: left;
   width: 96%;
   padding: 5px 2% 0;
   text-align:left;
}

.delivery2 {
    float: left;
    width: 96%;
    padding: 0 0 0 2%;
    line-height: 40px;
}
.delivery2_1 {
    margin: 10px 0 0;
    float: left;
    width: auto;
    background: white;
    color: #000;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 30px;
    box-shadow: 0px 0px 2.5px 0px #3e3e3e;
}
.delivery2_2 {
    float: left;
    width: auto;
    padding: 10px 10px 0;
    font-weight: bold;
    line-height: 30px;
}

clr {color:#008040;}
clr1 {color:#ff9800;}
clr2 {color: #f44336;}


@media (min-width: 480px) {

.delivery2 {
    width: 48%;
}
}

@media (min-width: 768px) {

.delivery2 {
    width: 31%;
}
}

@media (min-width: 1024px) {

.delivery1_1 {
   width: 15%;  
}

.delivery2 {
    width: 23%;
}
.delivery1_2 {
   width: 80%;
   padding: 0;
}
}