/* Base styles */
@import url("/static-06f3eb/css/pages/base.css");

main {
  grid-column: 2 / 2;
  padding-block: 85px 65px;
}

.section-header-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.section-header-container > h1 {
  text-align: center;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  width: 100%;

  background: linear-gradient(90deg, #00d3f2 0%, #c27aff 50%, #51a2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header-container > p {
  padding-inline: 20%;

  color: #747f9f;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

