.thank {
  min-height: 688px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank__img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.thank__img img {
  object-fit: cover;
  object-position: right 70%;
  width: 100%;
  height: 100%;
}

.thank__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 620px;
}

.thank__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4D5154;
  margin-bottom: 16px;
}

.thank__text {
  color: #232325;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .thank {
    padding: 9px 0 0;
    min-height: 509px;
    align-items: flex-start;
  }

  
}

@media (max-width: 560px) {
  .thank .btn {
    width: 100%;
  }

  .thank__title {
    font-size: 28px;
  }
}