.gift-content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.gift-links {
  list-style: none;
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.gift-links li {
  width: auto;
}
.gift-links li a {
  font-size: 20px;
  color: #ff0000;
  font-family: PTSansRegular;
}
.gift-links li a span {
  padding-left: 6px;
}
.time-div-delivery {
  font-weight: 600;
  color: #ff0000;
}
/*# sourceMappingURL=custom.map */