.thank-you-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-section {
  width: 100%;
}

.thank-you-card {
  max-width: 600px;
  margin: 0 auto;
}

.thank-you-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you-message {
  font-size: var(--text-base);
  margin-bottom: var(--space-3);
}

.thank-you-next-step {
  font-size: var(--text-sm);
  max-width: 520px;
  margin-bottom: var(--space-6);
}

.thank-you-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

@media (max-width: 640px) {
  .thank-you-card {
    padding: var(--space-4);
  }
}
<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17862649021"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17862649021');
</script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>