body {
  font-family: "Gelato Sans";
  background-color: white;
  margin: 0;
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}

h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.64px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.logo {
  max-width: 186px;
  height: 33px;
}

.longer-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  max-width: 440px;
  margin-bottom: 16px;
}

.link {
  color: #1373c9;
  text-decoration: none;
}

p {
  margin-bottom: 16px;
}

.longer-text, .link {
  display: inline;
}

.large-image {
  height: auto;
  max-width: 639px;
}

@media only screen and (max-width: 768px) {
  body {
    padding: 0 12px;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 48px;
    text-align: center;
  }

  .large-image {
    width: 300px;
    height: 275px;
  }
}
