.thank-you-hero {
  position: relative;  
}

}
@media(max-width: 992px){
  .thank-you-hero {
    background-position: left;
}
}
.thank-you-hero .preheader{
  margin-bottom: 20px;
}
.thank-you-hero .headline{
  font-family: Raleway;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: left;
}
.thank-you-hero .description{
  text-align: center;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}
.thank-you-hero .container{
  gap: 157px;
  max-width: 1235px;
  justify-content: center;
}
.thank-you-hero .content-intro{
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 576px;
  align-items: center;
}


.thank-you-hero .headline{
  margin-bottom: 14px;
  margin-top: 0;
}

.thank-you-hero .non-gated-resource-image{
  margin-bottom: 24px;
}

.thank-you-hero .non-gated-resource-image img{
  width: 294px;
}


.thank-you-hero .cta-button{
  max-width: 303px;
}


@media(max-width: 1500px){
 .thank-you-hero::before {
    max-width: 70%;
    background-size: contain;
  }
}


@media (max-width: 1594px) {
  .thank-you-hero .ivt-image-video{
    margin-right: -120px;
  }
}

@media (max-width: 1386px) {
  .thank-you-hero .ivt-image-video{
    margin-right: 0;
  }
}
 @media (max-width: 992px) {
.thank-you-hero .container.left,
  .thank-you-hero .container {
    gap: 30px;
  }
}

.thank-you-hero .content-intro .resource-image{
  max-width: 502px;
  margin-bottom: 20px;
  margin-top: 10px;
}
