#giftSection {
  color: #fff;
  background: linear-gradient(123.46deg, #9063CD 15.6%, #01368F 57.64%);
  max-width: 1129px;
  height: auto;
  border-radius: 8px
}

@media only screen and (min-width: 760px) {
  #giftSection {
    height: 325px;
  }
}

#giftSection strong {
  font-family: Roboto;
  font-size: 42px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: -0.02em;
}

#giftSection p {
  max-width: 451.7px;
  height: 42px;
}

.link-text {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.link-text:hover {
  color: white;
  text-decoration: none;
}