.speech-container {
  height: 442px;
}

.speech-container .thank-you-bg {
  background-image: url(../../images/icons/speech-bubble.png);
  background-repeat: no-repeat;
  height: 442px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 406px;
}

.speech-container .thank-you-bg .thank-you-info {
  width: 344px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speech-container .thank-you-bg .thank-you-info h1 {
  font-size: 1.5rem;
  max-width: 75%;
}

.thank-you-bg .tick-circle {
  background-image: url(../../images/icons/tick-circle.png);
  height: 89px;
  width: 89px;
  margin-bottom: 1rem;
}

.thank-you-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70ch;
}

@media screen and (max-width: 640px) {
  .speech-container {
    height: 300px;
    display: flex;
    justify-content: center;
  }

  .speech-container .thank-you-bg {
    height: 300px;
    width: 276px;
  }

  .speech-container .thank-you-bg .thank-you-info h1 {
    font-size: 1rem;
  }

  .thank-you-bg .tick-circle {
    height: 50px;
    width: 50px;
    background-size: contain;
  }
}
