.image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px;
}

.column {
  left: -10px;
  padding: 15px 37px 36px 36px;
  border-radius: 18px;
  background-color: #e9e9e9;
  box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.column-2 {
  right: -10px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.1);
}

.section {
  margin-top: 111px;
}

.heading {
  margin-bottom: 23px;
  font-family: Audimat, sans-serif;
  color: #124064;
  font-size: 35px;
  text-align: center;
}

.paragraph {
  margin-bottom: 23px;
  font-family: Audimat, sans-serif;
  color: #124064;
  font-size: 22px;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 38px;
  padding-top: 0px;
  font-family: Audimat, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: center;
}

.button {
  display: block;
  width: 250px;
  margin-left: 77px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5c35b;
  font-family: Audimat, sans-serif;
  color: #124064;
  font-size: 20px;
  text-align: center;
}

.paragraph-2-copy {
  margin-bottom: 38px;
  padding-top: 22px;
  font-family: Audimat, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: center;
}

.button-copy {
  display: block;
  width: 250px;
  margin-left: 106px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5c35b;
  font-family: Audimat, sans-serif;
  color: #124064;
  font-size: 20px;
  text-align: center;
}

.column-2-copy {
  right: -10px;
  padding-top: 15px;
  padding-bottom: 36px;
  border-radius: 18px;
  background-color: #e9e9e9;
  box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.section-2 {
  height: 40px;
  margin-top: 257px;
  background-color: #124064;
}

.body {
  background-color: rgba(18, 64, 100, 0.07);
}

.section-3 {
  background-color: #fff;
}

@font-face {
  font-family: 'Audimat';
  src: url('../fonts/AUdimat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}