.thank-you-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
}

.thank-you-card {
  text-align: left;
}

.thank-you-title {
  margin-bottom: var(--space-16);
}

.thank-you-lead {
  font-size: var(--font-size-lg);
  color: var(--gray-600);
  margin-bottom: var(--space-24);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-top: var(--space-24);
}

@media (max-width: 768px) {
  .thank-you-section {
    min-height: auto;
  }

  .thank-you-card {
    text-align: left;
  }

  .thank-you-actions {
    justify-content: flex-start;
  }
}
<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-18268577383"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

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