.body_section {
  font-family: "Inter";
  color: #121c42;
  margin-bottom: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 330px);
}

.section_item {
  max-width: 1000px;
  padding: 24px;
  margin: auto;
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .body_section {
    padding: 48px;
    justify-content: flex-start;
    min-height: calc(100vh - 450px);
  }
}

.body_section section {
  max-width: 1000px;
  padding: 50px 24px;
  margin: auto;
  text-align: center;
}

.body_section .h1 {
  font-family: "Inter";
  color: #121c42;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}

.body_section .text {
  font-family: "Inter";
  color: #121c42;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.link_container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.body_section section .link {
  font-family: "Inter";
  color: #121c42;
  font-size: 16px;
  line-height: 24px;
  color: #1486d1;
  border: none;
  background: transparent;
  border: 1px solid #1486d1;
  border-radius: 5px;
  padding: 16px 24px;
}
