.column {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #236084;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  background-color: transparent;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
}

.column-2 {
  position: relative;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.div-block {
  position: relative;
  display: block;
  overflow: visible;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #236084;
}

.image {
  max-width: 50%;
  text-align: center;
}

.section {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  text-align: center;
}