/*** agrega aqui los estilos necesarios para modificar el template ***/
<!-- Bloque Despacho / Retiro con ícono de auto detallado -->
<style>
  .fs-service-strip{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:10px 14px;
    border:1px solid #e6e6e6;
    border-radius:8px;
    background:#fff;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
    flex-wrap:nowrap;
    overflow:hidden;
    white-space:nowrap;
  }
  .fs-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    flex-shrink:0;
  }
  .fs-icon{
    width:24px;height:24px;color:#22868b;flex:0 0 24px
  }
  .fs-text{
    font-size:14px;line-height:1;color:#2b2b2b;font-weight:600
  }
  .fs-sep{
    width:1px;height:22px;background:#d9d9d9;flex-shrink:0
  }
</style>