@media only screen and (min-width: 1024px) {
  .two-columns.padding-0-image-left {
    padding: 0;
  }
  .two-columns.padding-0-image-left .column.left {
    padding-right: 0;
  }
  .two-columns.padding-0-image-left .column.right {
    padding-left: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .two-columns.padding-0-image-right {
    padding: 0;
  }
  .two-columns.padding-0-image-right .column.left {
    padding-right: 3em;
  }
  .two-columns.padding-0-image-right .column.right {
    padding-left: 0;
  }
}
.two-columns {
  overflow: hidden;
  padding: 4em 0;
}
.two-columns.reverse > .container {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .two-columns.reverse > .container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .two-columns.extra-narrow .container {
    max-width: calc(768px + 2 * 5em);
  }
}
.two-columns > .container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .two-columns > .container {
    flex-direction: row;
    align-items: center;
  }
}
.two-columns > .container .content-before {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .two-columns > .container .content-before {
    margin-bottom: 0;
  }
}
.two-columns > .container .column h1, .two-columns > .container .column h2, .two-columns > .container .column h3, .two-columns > .container .column h4, .two-columns > .container .column h5, .two-columns > .container .column h6 {
  margin-block-end: 0.5rem;
}
.two-columns > .container .column h1:first-child, .two-columns > .container .column h2:first-child, .two-columns > .container .column h3:first-child, .two-columns > .container .column h4:first-child, .two-columns > .container .column h5:first-child, .two-columns > .container .column h6:first-child {
  margin-block-start: 0;
}
@media only screen and (min-width: 1024px) {
  .two-columns.flex-30-70 .column {
    flex-basis: 75%;
  }
  .two-columns.flex-30-70 .column:first-child {
    flex-basis: 25%;
  }
}
.two-columns .column {
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .two-columns .column {
    flex-basis: 50%;
    width: 50%;
  }
}
.two-columns .column .wysiwyg.flex-start {
  align-self: flex-start;
}
.two-columns .column .wysiwyg + .column.wysiwyg {
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .two-columns .column .wysiwyg + .column.wysiwyg {
    padding-top: 0 !important;
  }
}
.two-columns .column .image {
  align-self: stretch;
  position: relative;
  overflow: visible;
}
.two-columns .column .image .background-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.two-columns .column .image img {
  opacity: 1 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.two-columns .column .image.contain img {
  width: auto;
}
.two-columns .column .image:first-child .background-image {
  right: 0;
  left: auto;
}
.two-columns .column .video {
  align-self: stretch;
  position: relative;
  overflow: visible;
  padding: 0;
  display: flex;
  align-items: center;
}
.two-columns .column .video .video-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.two-columns .column .video .video-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.two-columns .column .video:first-child .background-image {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1024px) {
  .two-columns .column.left {
    padding-right: 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .two-columns .column.right {
    padding-left: 1.5em;
  }
}
@media (max-width: 1023px) {
  .two-columns > .container {
    row-gap: 1.5rem;
  }
  .two-columns .column {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.two-columns-v2 {
  outline: 3px dashed #22c55e;
  background-color: rgba(34, 197, 94, 0.06) !important;
}
/*# sourceMappingURL=https://kingi.fi/wp-content/build/scss_library/d5d32302e09b93782a5a2246c091ff1ca057e3fb.css.map */