.smart_two_columns_module {
  margin-top: 40px;
  margin-bottom: 40px;
}

.smart_two_columns_module.content-module__first {
  margin-top: 70px;
}

.smart_two_columns_module .smart_twocol-size-full {
  padding: 0;
}

.smart_two_columns_module .smart_twocol-size-full .part {
  padding: 0;
}

.smart_two_columns_module .smart_twocol-size-center {
  padding: 120px 0 120px 0;
}

.smart_two_columns_module .part {
  z-index: 2;
  font-size: 20px;
  line-height: 30px;
}

.smart_two_columns_module .smart_twocol-size-full > .row {
  margin: 0;
}

.smart_two_columns_module .background-image {
  position: absolute;
  height: 100% !important;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.smart_two_columns_module .background-image-left {
  left: 0;
  right: auto;
}

.smart_two_columns_module .background-image-right {
  left: auto;
  right: 0;
}

.smart_two_columns_module .inset {
  padding: 86px 74px !important;
}

.smart_two_columns_module .smart_twocol-height-full .part {
  min-height: 50vw;
}

.smart_two_columns_module .smart_twocol-height-full .inner_image_module {
  height: 100%;
}

.smart_two_columns_module .smart_twocol-height-full .image-size-full {
  height: 100%;
}

.smart_two_columns_module .wrap-invert {
  flex-wrap: wrap-reverse;
}

.smart_two_columns_module .title {
  font-size: 2.083rem;
  font-weight: 600;
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.part-content {
  display: flex;
  flex-direction: column;
}