.information {
  background-color: #1a73e8;
}

.information__content-wrapper {
  margin: 0 auto;
  max-width: 680px;
  padding: 80px 20px;
}

.information__title,
.information__content {
  color: white;
  text-align: center;
}

.information__content:last-child {
  margin-bottom: 0;
}
