/* Thank You */

.thank-container {
  display: flex;
  position: relative;
  padding: 50px 0px 45px 0px;
}

.wpb_wrapper strong {
  font-weight: 600;
}

.thank__image {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  flex-basis: 56.75%;
}

.thank__image img {
  height: auto;
}

.thank__content {
  position: absolute;
  flex-basis: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 630px;
  /* margin: 0px 50px; */
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.thank__content-title {
  background-color: var(--color-primary);
  padding: 25px 36px;
}

.thank__content-title h2 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.thank__content-desc {
  background-color: #ffffff;
  padding: 25px 36px;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.thank__content-desc .thank__content-desc--text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #000000;
}

.thank__content-desc .thank__content-desc--text p {
  line-height: 1.688rem;
  margin-bottom: 0px;
}

.thank__content-desc .thank__content-desc--text span {
  display: block;
  line-height: 1.375rem;
  font-weight: 600;
}

.thank__content-desc .thank__content-desc--logo img {
  width: 80px;
  height: auto;
  object-fit: contain;
}
.thank__content-desc .thank__content-desc--logo {
  position: absolute;
  right: 50px;
}

@media screen and (max-width: 68.75em) {
  .thank-you {
    margin-top: 70px;
  }

  .thank__image {
    display: none;
  }

  .thank__content {
    position: relative;
    max-width: 100%;
    padding: 0px 10px;
    transform: unset;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 36em) {
  .thank__content-desc {
    padding: 20px 24px 40px;
  }

  .thank__content-desc .thank__content-desc--logo {
    right: 30px;
    bottom: 20px;
  }

  .thank-container {
    padding: 15px;
  }

  .thank__content-title {
    padding: 15px;
  }
  .thank-you .thank__content-title h2 {
    font-size: 1.125rem !important;
    font-weight: 600;
  }

  .thank__content-desc .thank__content-desc--text p {
    font-size: 0.938rem;
    line-height: 24px;
  }
}
