.premium_wrap {
  float: left;
  width: 100%;
  position: relative;
}

.premium_wrap:before {
  content: "";
  background: #292b2e;
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0;
}

.premium_wrap .premium_ctn {
  float: left;
  width: 100%;
  background: #c00c6d;
  border-radius: 20px;
  padding: 42px 36px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.premium_wrap .premium_ctn .coupon_img {
}

.premium_wrap .premium_ctn .coupon_img img {
}

.premium_wrap .premium_ctn .premium_content {
  display: flex;
  flex-direction: column;
  margin-left: 37px;
}

.premium_wrap .premium_ctn .premium_content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #fdfdfd;
  font-family: "Mirage";
}

.premium_wrap .premium_ctn .premium_content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fdfdfd;
  margin-top: 12px;
}

.premium_wrap .premium_ctn .premium_btn {
  margin-left: 107px;
}

.premium_wrap .premium_ctn .premium_btn button {
  width: 335px;
  height: 51px;
  background: #fdfdfd;
  border-radius: 8px;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #f44d9b;
}

@media screen and (max-width: 480px) {
  .premium_wrap .premium_ctn {
    padding: 24px;
    flex-direction: column;
    align-items: start;
    padding-bottom: 36px;
  }

  .premium_wrap .container {
    padding: 0px 16px;
  }

  .premium_wrap .premium_ctn .premium_content {
    margin: 0;
    margin-top: 24px;
  }

  .premium_wrap .premium_ctn .premium_content span {
    margin-top: 16px;
    font-size: 14px;
    line-height: 19px;
    color: rgba(253, 253, 253, 0.83);
  }

  .premium_wrap .premium_ctn .premium_content span br {
    display: none;
  }

  .premium_wrap .premium_ctn .premium_btn {
    margin: 0;
    width: 100%;
    margin-top: 36px;
  }

  .premium_wrap .premium_ctn .premium_btn button {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #c00c6d;
    height: 46px;
  }
}
