body {
  font-family: "Unbounded", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}

.thanks {
  background-color: #3044b5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.thanks__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  color: #fff;
  align-items: center;
  text-align: center;
}

.thanks__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}

.thanks__description {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 537px;
}

@media (max-width: 768px) {
  .thanks__title {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }

  .thanks__description {
    font-size: 16px;
    max-width: 226px;
  }

  .thanks__wrapper {
    row-gap: 20px;
  }
}
