body .main-page-wrapper {
  background-color: #F5F5F5 !important;
  position: relative;
}

body .main-page-wrapper > .container {
  max-width: 1623px !important;
  margin-right: 0 !important;
  padding: 8% 4% 0% 4%;
  background-color: #fff;
  margin-top: -80px;
  border-radius: 30px 0px 0px 0px;
}

.section1 .text1 h2 {
  font-family: 'Jura';
  color: #858E9D;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 200;
  display: inline-block;
}

.section1 .text1 h3 {
  font-family: 'Jura';
  font-size: 25px;
  font-weight: 200;
  color: #858E9D;
}

.section1 .text1 h4 {
  font-family: 'Jura';
  font-size: 22px;
  font-weight: 200;
  color: #858E9D;
}

.section1 .text1 a {
  color: #858E9D;
}

.section1 .text1 a:hover {
  color: #F48923;
}

.section1 .text1 {
  font-family: 'Jura';
}

.main-page-wrapper > .container {
  padding: 0 30px;
}


.section1 .text1 h4 {
  background-color: rgba(0,0,0,0.005);
}

@media (max-width: 1650px) {
  body .main-page-wrapper > .container {
    margin-left: 15px !important;
  }

  body .section1 > .wpb_column {
    padding-right: 15px;
  }
}