#subscribe-container {
  margin-bottom: 140px;
}
#subscribe-container .subscribe-el {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}
#subscribe-container .subscribe-el .left {
  margin-right: 32px;
  max-width: 280px;
  width: 100%;
}
#subscribe-container .subscribe-el .left img {
  width: 280px;
}
#subscribe-container .subscribe-el .right {
  max-width: 280px;
  width: 100%;
}

.btn.btn-backward {
  width: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  gap: 2px;
  padding: 8px;
  box-sizing: border-box;
  font-weight: 500;
}

.renewal-info {
  position: relative;
  padding-right: 44px;
}

.renewal-cancel {
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: none;
  margin-right: 8px;
}

.renewal-cancel:hover {
  background: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.renewal-cancel span {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: 700;
  position: relative;
  top: -1px;
}