.main {
  padding-top: 100px;
  background-image: url(./images/cloud.png);
  background-position: top center;
  background-repeat: no-repeat;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #240aa6;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #240aa6;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #240aa6;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #240aa6;
    text-decoration: underline;
  }

  ul {
    color: #240aa6;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    padding-top: 152px;
  }
}
