.choise .title {
  font-size: 30px;
  max-width: 100%;
  text-align: center;
  color: #FFFFFF;
}
.choise__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.thanks {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.thanks__title {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.thanks__desc {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}