.exchangeoffer {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 10px;
  /* background-color: #f5f4f4; */
}
.exchangeoffer h2 {
  margin-top: 50px;
  letter-spacing: 8px;
}
.exchangeoffer h2 i {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
h2 span {
  color: red;
  font-weight: 800;
}

.gift_group {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
}
.gift {
  width: 100%;
  height: auto;
  display: flex;
  background-color: #f7f7f7;
  flex-direction: column;
  margin-bottom: 20px;
  /* padding: 0 10px; */
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.gift_photo {
  width: 100%;
  height: auto;
  text-align: center;
}
.gift_photo img {
  width: 100%;
  height: auto;
}
/* .gift img {
  width: 300px;
  height: auto;
  margin: 0 auto;
} */
.gift_content h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px 0 5px 0;
}
.gift_content span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  color: red;
  margin: 20px 20px 40px;
}
.text-box {
  font-size: 25px;
}

@media (max-width: 768px) {
  .gift_group {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .text-box {
    margin: 50px 20px;
    font-size: 20px;
  }
}
