
.delivery .item {
    width: 380px; 
    height: 120px;
    margin: 0 20px 20px 0; 
    padding: 20px;
    font-size: 0.95rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    transition: all 0.1s ease-out 0s;
    background-color: rgba(255,255,255,0.15);
    border: 1px solid #e5e5e5;
    background-color: #FFF;

}
.delivery .item:hover {
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
.delivery .item .content {
    position: relative;
    height: 305px;

}
.delivery .item .img > div {
    width: 98px;
    height: 73px;
    margin: 0 auto;
    line-height: 78px;
}
.delivery .item .img img {
    z-index: 1; position: relative; width: auto!important; display: inline-block;
    display: inline-block; vertical-align: top;
}
.delivery .name {
    padding: 0 15px; 
    font-weight: 300;
    font-size: 0.8rem; 
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    font-weight: 400
    
}
.delivery .descr {color: #FFF; font-size: 0.85rem;} 

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px){

}

/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px) {
    
}

/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px){
   
}

/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px){
}

/*.col-*/
@media screen and (max-width: 575px){   

}