.shipping-information__cont {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.shipping-information__text {
  overflow: hidden;
  color: #279157;
  text-overflow: ellipsis;
  font-family: "Instrument Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
}
