section.delivery img {
    width: 150px;
    height: auto;
}

section.delivery .col {
   
    height: 100%;
     
    font-family: var(--ifont100);
    font-size: 1rem;
    gap: 20px;
}

.deliv_t {
    font-family: var(--ifont500);
	color:var(--orange);
    font-size: 1.4rem;
    
    /* text-align: -webkit-left; */
    line-height: 1.2;
	margin-bottom:20px;
}

