.content_thankyou {
 background: #F8F4F1;
 min-height: calc(100vh - 200px);
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 gap: 20px;
 color: #1B1D22;
 padding-top: 40px;
 text-align: center;
 font-size: 1.4rem;
}


.text_image {
  max-height: 200px;
  max-width: 300px;
  margin-bottom: 20px;
}

.content_thankyou_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.content_thankyou_wrapper > div {
  min-height: 100%;
  border-radius: 20px;
  padding: 20px 40px;
  box-sizing: content-box;
  height: 100%;
}

.text_link {
  background-color: #FFFFFF;
  font-size: 1.25rem;
}

.content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content_thankyou h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  margin-top: 0px;
}

.content_thankyou p {
  margin: 0;
}


.button {
 background-color: #1B1D22;
 color: #FFFFFF;
}

.pink {
  background-color: #973AE6;
  margin: 24px 0;
}

.button:hover {
    background-color: #524F4D;
    color: #FFFFFF;
}

.cta_bloc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #EDD6FF;
}

.content_thankyou_logo {
 max-height: 80px;
 max-width: 200px;
 margin-bottom: 40px;
}

.cta_image {
  border-radius: 16px;
  max-height: 240px;
  max-width: min(100%, 400px);
}

  .cta_logo_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

.cta_video {
  max-height: 180px;
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
  
.content_thankyou_wrapper {
    flex-direction: column;
    margin: 0 10px;
  }
  
  .cta_logo_wrapper > img {
    max-width: 50%;
    height: auto;
    max-height: 60px;
    margin-bottom: 20px;
  }
  
 .content_thankyou_wrapper > div {
  padding: 40px 40px;
}
 .cta_image {
  max-height: 320px;
}
  
.cta_video {
  max-height: 320px;
}
  
 .content_thankyou h1 {
  font-size: 2rem;
}
}

@media only screen and (min-width: 1024px) {
  .cta_bloc {
    max-width: 35%;
  }
  
  .cta_logo_wrapper > img {
    margin: 0 auto 60px auto;
  }
  
  
  .cta_logo_wrapper {
    flex-direction: row;
    gap: 30px;
  }
  
  .text_link {
    max-width: 65%;
  }
  
  .content_thankyou_wrapper {
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
}
  