:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.sk-wp-editor .two-columns {
  padding: 0 15px;
  max-width: 1440px;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .sk-wp-editor .two-columns {
    padding: 0 44px;
    margin: 60px auto;
  }
}
.sk-wp-editor .two-columns .sk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  background-size: cover;
  position: relative;
  min-height: 400px;
  padding: 0;
}
@media (min-width: 768px) {
  .sk-wp-editor .two-columns .sk-container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sk-wp-editor .two-columns .sk-container.right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.sk-wp-editor .two-columns__image {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .sk-wp-editor .two-columns__image {
    width: 48.3%;
  }
}
.sk-wp-editor .two-columns__image img {
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .sk-wp-editor .two-columns__image img {
    max-height: none;
    height: 100%;
  }
}
.sk-wp-editor .two-columns__content {
  width: 100%;
  z-index: 2;
  background: var(--sk-color-primary);
  padding: 40px 15px;
}
.sk-wp-editor .two-columns__content_beige {
  background: var(--sk-color-beige);
}
@media (min-width: 768px) {
  .sk-wp-editor .two-columns__content {
    width: 51.7%;
  }
}
.sk-wp-editor .two-columns__content h2 {
  margin-bottom: 22px;
}
.sk-wp-editor .two-columns__content p {
  font-size: 14px;
  line-height: 136%;
}
.sk-wp-editor .two-columns__content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .sk-wp-editor .two-columns__content {
    padding: 80px 60px;
  }
}
