body#product .box-cart-bottom .sc-cart-reassurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  width: 100%;
  margin-top: 10px;
  color: #4d4d4d;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

body#product .box-cart-bottom .sc-cart-reassurance > span {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

body#product .box-cart-bottom .sc-cart-reassurance b {
  flex: 0 0 auto;
  margin-right: 5px;
  color: #149447;
  font-size: 13px;
  line-height: 1.05;
}

@media (max-width: 767px) {
  body#product .box-cart-bottom .sc-cart-reassurance {
    gap: 7px 10px;
    margin-top: 9px;
    font-size: 11px;
  }
}
