.pddd-free-shipping {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 12px 0 24px;
  padding: 15px 17px;
  border: 1px solid #cfe8d2;
  border-left: 4px solid #389c3c;
  border-radius: 3px;
  background: #f4fbf5;
  color: #253237;
}

.pddd-free-shipping__icon {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border-radius: 50%;
  background: #389c3c;
  color: #fff;
}

.pddd-free-shipping__icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.pddd-free-shipping__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pddd-free-shipping__title {
  margin: 0 0 3px;
  color: #247b29;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.pddd-free-shipping__text {
  color: #526058;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .pddd-free-shipping {
    padding: 13px 14px;
  }

  .pddd-free-shipping__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 12px;
  }

  .pddd-free-shipping__icon svg {
    width: 22px;
    height: 22px;
  }

  .pddd-free-shipping__title {
    font-size: 15px;
  }

  .pddd-free-shipping__text {
    font-size: 12px;
  }
}
