body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 900;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
}

.section.full-screen {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.section.full-screen.background-image-side {
  background-image: url('https://portalvhds4prl9ymlwxnt8.blob.core.windows.net/new/bg-hero-hb.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: center;
}

.wrapper.navbar-2 {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-direction: row;
  align-items: center;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.div-block-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.short-paragraph {
  width: 75%;
  margin-right: auto;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: left;
}

.columns {
  display: flex;
}

.columns.column {
  display: flex;
  flex-direction: row;
}

.column {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
}

.column.herocontent {
  display: block;
}

.value-proposition-container {
  align-self: auto;
  flex: 0 auto;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.button2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.button2:hover {
  border: 1px solid #096ad0;
  background-color: #0856a8;
  color: #fff;
}

.button2.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #096ad0;
  background-color: transparent;
  box-shadow: none;
  color: #096ad0;
  font-weight: 700;
}

.button2.ghost:hover {
  background-color: #096ad0;
  background-image: none;
  transform: none;
  color: #fff;
}

.button2.margin-left {
  margin-right: 20px;
  font-weight: 700;
}

.heading {
  width: 100%;
  margin-top: 10px;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 1.25;
  font-weight: 800;
}

.image {
  text-align: left;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col.w-col-6 {
  width: 50%;
}

.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

@media (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .section.full-screen {
    min-height: 800px;
  }
  
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .w-col.w-col-6 {
    width: 100%;
  }
  
  .short-paragraph {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section.full-screen {
    min-height: 600px;
  }
  
  .section.full-screen.background-image-side {
    padding-top: 104px;
  }
  
  h1 {
    font-size: 36px;
  }
  
  .image {
    margin-top: 40px;
  }
}