.header-hero {
  background: #BE2090;
  margin-top: -8rem;
  max-height: 430px !important;
  overflow: hidden;

  @media only screen and (max-width : 1024px) {
    padding: 0 ;
    max-height: unset !important;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-hero .container,
.header-hero .row {
  
  @media only screen and (max-width : 1024px) {
    padding: 0;
  }
}

.header-hero .text-container,
.header-hero .image-container {
  max-height: 420px;

  @media only screen and (max-width : 1024px) {
    padding: 0 ;
    max-height: unset !important;
  }
}

.header-hero .title, .header-hero .text {
  padding: 0 24px;
  line-height: 100%;

  @media only screen and (max-width : 1024px) {
    padding: 0;
  }
}

.header-hero .title {
  color: #FFF;
  font-family: "Nexa-Bold", sans-serif !important;
  font-size: 80px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  letter-spacing: normal;

  @media only screen and (max-width : 1024px) {
    font-size: 36px;
    margin-top: 60px;
  }
   
}

.header-hero .text {
  color: #FFF;
  font-family: "Nexa-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0%;

  @media only screen and (max-width : 1024px) {
    font-size: 16px;
  }
}