.alert.medium-alert.alert-info>p {
    line-height: unset;
}
.free-shipping-box {
  background: #f5f7ff;
  border: 1px dashed #4c6fff;
  padding: 12px 16px;
  margin: 12px 0;
  border-radius: 8px;
  font-size: 15px;
}

.free-shipping-box strong {
  color: #4c6fff;
}

.free-shipping-box.success {
  background: #eafff1;
  border-color: #2ecc71;
  color: #1e8449;
}
