.center_p {
  color: #878787;
  line-height: 180%; }
  .center_p span {
    font-weight: 600; }

.service_icons {
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .service_icons .category {
    margin: 0 27px 28px; }
    .service_icons .category p {
      color: #457EA7;
      font-weight: 400;
      font-size: 18px;
      text-align: center; }
  .service_icons .card {
    display: block;
    max-width: 200px;
    max-height: 200px;
    padding: 42px;
    border-radius: 5px;
    border: 1px solid #EBF1F3;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 171, 208, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(73, 171, 208, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    margin-bottom: 16px; }
    .service_icons .card:hover {
      -webkit-box-shadow: 0px 10px 4px 0px rgba(69, 126, 167, 0.1);
      box-shadow: 0px 10px 4px 0px rgba(69, 126, 167, 0.1); }

.base_layer {
  background-color: #fff;
  padding: 80px 20px; }

.type {
  max-width: 1320px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .type .text {
    width: 50%; }
  .type h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px; }
    .type h3:before {
      content: '';
      background-color: #457EA7;
      width: 10px;
      height: 2px;
      position: absolute;
      left: 0;
      top: -1px;
      z-index: 1; }
    .type h3:after {
      content: '';
      background-color: #EAEAEA;
      width: 75px;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0; }
  .type li {
    font-weight: 500;
    font-size: 17px;
    margin-left: 26px; }
  .type ol li {
    list-style-type: decimal; }
  .type ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #797979;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: -14px; }
  .type .blue {
    color: #457EA7; }
  .type .intro {
    color: #797979;
    margin: 24px 0;
    padding: 24px 0;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6; }
  .type p {
    font-size: 17px;
    color: #272727;
    font-weight: 400; }
  .type .bold {
    font-weight: 600; }
  .type .read_more {
    margin-top: 24px; }
  .type .button {
    display: inline-block;
    margin-top: 24px;
    border-radius: 45px;
    padding: 12px 24px;
    color: #fff;
    background-color: #457EA7;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 171, 208, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(73, 171, 208, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .type .button:hover {
      -webkit-box-shadow: 0px 10px 20px 5px rgba(73, 171, 208, 0.2);
      box-shadow: 0px 10px 20px 5px rgba(73, 171, 208, 0.2); }
  .type .photo {
    width: 50%; }
    .type .photo img {
      display: block;
      max-width: 550px;
      margin: 50px auto;
      padding: 0;
      border-radius: 12px;
      overflow: hidden;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05);
      box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05); }

.contact {
  margin-top: 0;
  background-color: #fff; }

@media (max-width: 800px) {
  .type .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .type .photo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; } }

@media (max-width: 430px) {
  .base_layer {
    padding: 48px 16px; }
  .type {
    margin-bottom: 48px; }
    .type .text {
      width: 100%; }
      .type .text .intro {
        color: #878787; }
    .type .photo {
      width: 100%;
      margin-bottom: 0; }
      .type .photo img {
        width: 100%;
        height: 250px;
        margin-top: 0;
        margin-bottom: 32px; }
  .center_p {
    padding: 0 24px;
    text-align: justify; }
  .service_icons .category {
    margin: 0 8px 42px;
    width: 150px; }
    .service_icons .category .card {
      width: 150px;
      height: 150px;
      padding: 26px; }
      .service_icons .category .card img {
        width: 90px;
        height: 90px; } }
