.ongrid {
  width: 100%;
  padding: 70px 0;
}

.ongrid .ongrid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ongrid .ongrid-content .ongrid-content--top {
  width: 100%;
}

.ongrid .ongrid-content .ongrid-content--top h3 {
  color: #1C4A7C;
  font-size: 50px;
  font-weight: 400;
}
.ongrid .ongrid-content .ongrid-content--top h3 span {
  color: #FFC801;
  font-weight: bold;
}
.ongrid .ongrid-content .ongrid-content--top p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  width: 550px;
  color: #333333;
  margin-top: 15px;
}

.ongrid .ongrid-content .ongrid-content--services {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item {
  width: 23%;
  margin-top: 80px;
  margin-right: 2%;
}

.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item .ongrid-content--services---item----image {
  height: 250px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item .ongrid-content--services---item----image img {
  margin: auto;
  display: block;
}

.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item .ongrid-content--services---item----info {
  margin-top: 16px;
}

.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item .ongrid-content--services---item----info h3 {
  height: 50px;
  font-weight: 400;
  color: #1C4A7C;
}
.ongrid .ongrid-content .ongrid-content--services .ongrid-content--services---item .ongrid-content--services---item----info p {
  margin-top: 7px;
  font-weight: 200;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}

.ongrid .ongrid-content .ongrid-content--right {
  width: 30%;
}

.ongrid .ongrid-content .ongrid-content--right p {
  color: #1C4A7C;
  font-size: 35px;
  font-weight: bold;
  width: 600px;
  line-height: 65px;
  width: 280px;
  background-color: #FFC801;
  padding: 15px 25px;
  border-radius: 15px;
}
.ongrid .ongrid-content .ongrid-content--right p span {
  display: block;
  font-size: 80px;
  font-weight: bold;
}
.ongrid .ongrid-content .ongrid-content--right button {
  background-color: #1C4A7C;
  color: #FFF;
  width: 280px;
  padding: 15px 0;
  font-size: 26px;
  font-weight: bold;
  border: none;
  border-radius: 7px;
}
/*# sourceMappingURL=ongrid.css.map */
