.block {
  color: #393939;
  padding: 80px;
  margin: 40px 0;
}

.block-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  margin: 0;
}

.block-content {
  padding-top: 1em;
}

.block:nth-child(1) {
  background-color: #D6EDFF;
}

.block:nth-child(2) {
  background-color: #C3DDE3;
}

.block:nth-child(3) {
  background-color: #E6EDCA;
}

.block:nth-child(4) {
  background-color: #F5EFC0;
}

.block:nth-child(5) {
  background-color: #EBD9D5;
}

.block:nth-child(6) {
  background-color: #E8CCB7;
}

.block:nth-child(7) {
  background-color: #DBDBDA;
}