.cards {
  width: 48%;
}

.header-pink {
  height: 34px;
  background-color: #FF809C;
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 5px 0px;
  color: #fff;
  border: 1px solid #FF809C;
  border-radius: 3px 3px 0px 0px;
}

.detail-content {
  padding: 12px;
  display: flex;
}

.detail-footer {
  width: 150px;
}

.detail-footer .button {
  height: 36px;
  font-size: 13px;
}

.point-exchange {
  display: flex;
}

.point-exchange-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

.point-exchange-detail {
  font-size: 12px;
  line-height: 18px;
}

.point-exchange-img {
  width: 120px;
  min-width: 120px;
}

.point-exchange-img img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .point-exchange {
    flex-direction: column;
  }
  .cards {
    width: 100%;
  }
}
