.download-section {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: -1px;
  overflow: hidden;
}
.download-section .background-fake {
  background-color: var(--green-4);
  height: calc(100% - 65px);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.download-wrapper {
  background-color: var(--green-dark);
  border-radius: 24px;
  max-width: 644px;
  min-width: 644px;
  padding: 100px 0 120px 0;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
}

.download-wrapper .download-title i {
  position: relative;
  display: inline-block;
  font-style: normal;
  color: var(--green-dark);
  margin-inline: 4px;
  z-index: 1;
}

.download-wrapper .download-title i::before {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: 50px;
  top: 50%;
  left: -6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='186' height='43' viewBox='0 0 186 43' fill='none'%3E%3Cpath d='M20 22.5002C53.25 19.1684 133.897 19.002 166 23' stroke='%23CDF274' stroke-width='40' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .download-section .background-fake {
    height: calc(100% - 110px);
  }
  .download-wrapper {
    max-width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    padding: 88px 0 64px;
  }
  .download-wrapper .content {
    max-width: 245px;
    gap: 40px;
  }
  .download-wrapper .h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .download-wrapper .stores {
    margin-top: 0;
  }
  .download-wrapper .gp,
  .download-wrapper .ps,
  .download-wrapper .ag {
    width: 295px;
    height: 53px;
  }
  .download-wrapper .gp img,
  .download-wrapper .ps img,
  .download-wrapper .ag img {
    width: 100%;
    height: 100% !important;
  }
}
.download-wrapper .tab {
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.8rem;
  border-bottom: 2px solid rgba(132, 152, 170, 0.3);
  padding: 4px 32px;
}
.download-wrapper .tab-active {
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--green-linear);
  border-bottom: 4px solid var(--green-linear);
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .download-wrapper .content > * ~ * {
    margin-top: 32px;
  }
  .download-wrapper .content .stores > * ~ * {
    margin-left: 32px;
  }
}
.download-section .bottom-txt {
  padding-top: 80px;
  color: var(--green-dark);
  z-index: 1;
}
