body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  background-color: transparent;
  text-align: left;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.paragraph {
  background-color: #6a97c4;
}

.box {
  margin-bottom: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #234b74;
  color: #fff;
}

.box.rich-text a {
  color: #a3a6e5;
}

.div-block {
  padding-bottom: 0px;
}

.div-block-2 {
  padding-bottom: 20px;
}

.div-block-3 {
  padding-top: 0px;
  border: 5px none #000;
  border-radius: 20px;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

.section {
  position: static;
  display: block;
  margin-top: 0px;
  border: 0px solid #000;
  background-color: #f4f4f4;
}

.image {
  display: inline-block;
}

.div-block-4 {
  height: 300px;
  border-radius: 20px;
  background-image: url('../images/pexels-photomix-company-106344.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 20%;
}

.heading {
  text-align: center;
}

.body {
  display: block;
  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: #f4f4f4;
}

.link {
  color: #a3a6e5;
}

.link-2 {
  color: #a5bef8;
  font-size: 18px;
}

.link-3 {
  color: #a5bef8;
  font-size: 18px;
}