body {
  font-family: 'KR', sans-serif;
  padding: 0 20px;
}

section.container {
  margin-bottom: 4px;
}

header.container {
  padding: 0;
}

header .content {
  display: flex;
}

.content {
  display: block;
}

.purple {
  color: #7944FF
}

header .btn {
  font-weight: bold;
}

.title {
  font-family: KB;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 56px 0 48px;
}

.text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 16px;
}

footer .text {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .title {
    font-size: 16px;
    line-height: 32px;
  }

  .text {
    font-size: 14px;
  }
}