/* ==========================================================================
   Import
   ========================================================================== */
/* ==========================================================================
   General
   ========================================================================== */
body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 992px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 720px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 540px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 320px;
  }
}

.svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.section-title {
  font-family: KievitSlab;
  font-size: 50px;
  font-weight: 500;
  line-height: 51px;
  text-align: center;
  color: #1a3559;
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 32px;
  }
}

.section-subtitle {
  font-family: Interstate;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  color: #4e5358;
}

@media screen and (max-width: 991px) {
  .section-subtitle {
    font-size: 20px;
    line-height: 29px;
  }
}

@media screen and (max-width: 575px) {
  .section-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
