.reseller-application-hero{
  margin-top: -80px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 740px;
  padding-top: 315px;
  padding-bottom: 90px;
  padding-inline: 32px;
  display: flex;
  position: relative;
  justify-content: center;
}

.reseller-application-hero-overlay{
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 0;
  filter: opacity(100%);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.reseller-application-hero-container{
  width: 100%;
  max-width: 1360px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reseller-application-hero-title{
  max-width: 640px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}

.reseller-application-hero-description{
  max-width: 620px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
}

.reseller-application-button-container{
  display: flex;
  margin-top: 20px;
}
.reseller-application-button{
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.34px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all .3s ease-in-out;
}

.reseller-application-button:hover{
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.34px;
  font-weight: 700;
  text-decoration: none;
  background: #cfcfcf;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .reseller-application-hero {
    height: 550px;
    padding: 250px 32px 0px 32px;
  }
  .reseller-application-hero-title{
    max-width: 400px;
    font-size: 48px;
    line-height: 1.1;
  }
  .reseller-application-hero-description{
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .reseller-application-hero{
    height: 810px;
    padding: 280px 16px 70px 16px;
    background-position: 50% 50%;
  }

  .reseller-application-hero-title{
    font-size: 42px;
    line-height: 1;
  }

  .reseller-application-hero-description{
    font-size: 22px;
  }

}
}