.nbDelivery{ margin-bottom:3.25rem ;}
.nbDelivery_title{font-weight: 600; font-size: 1.125rem;}
.nbDelivery_top{border-bottom: 1px solid #dcdcdc; 	}
.nbDelivery_minimg{display: flex; align-items: center; position: relative; z-index: 20; justify-content: center; width: 3.25rem; height: 3.25rem; padding: 0.5rem; border-radius:0.625rem 0.625rem 0 0; background: var(--primary-color); border-bottom: 3px solid var(--secondary-color); }

.nbDelivery_body{padding:2.25rem 1.5rem; background: #f5f5f5; border-radius:0 0 0.625rem 0.625rem; color:#4d4d4d;}
.nbDelivery_body.have_table{padding: 0; margin-top: 2.375rem; background: none;}
.nbDelivery_body.have_table table{width: 100%; color:#4d4d4d;}
.nbDelivery_body.have_table table tr{}
.nbDelivery_body.have_table table tr:nth-child(even) td{background: #f5f5f5;}
.nbDelivery_body.have_table table thead tr td{background:#f5f5f5 ; font-size: 1.125rem;}
.nbDelivery_body.have_table table tr td{padding: 1.25rem 2.5rem; border-right: 1px solid #fff;}
.nbDelivery_body.have_table table tr td:last-child{border-right: 0; border-radius:0 0.625rem 0.625rem 0;}
.nbDelivery_body.have_table table tr td:first-child{border-radius: 0.625rem 0 0 0.625rem;}
/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 

}