.free-shipping-banner-pfw1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px 40px 56px;
  background-color: #fff;
  border-radius: 20px;
}

.free-shipping-banner__text-pfw1 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1f8923;
  text-align: center;
  overflow-wrap: break-word;
}

@media (min-width: 1024px) {
  .free-shipping-banner__text-pfw1 {
    font-size: 18px;
  }
}
