: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 .about-info {
  padding: 0 15px;
  max-width: 1120px;
  margin: 26px auto 0;
}
@media (min-width: 1024px) {
  .sk-wp-editor .about-info {
    padding: 0 44px;
    margin: 26px auto 0;
  }
}
.sk-wp-editor .about-info ~ .two-columns {
  margin-top: 26px;
}
.sk-wp-editor .about-info .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 .about-info .sk-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sk-wp-editor .about-info__image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sk-wp-editor .about-info__image {
    width: 42.3%;
  }
}
@media (min-width: 1024px) {
  .sk-wp-editor .about-info__image img {
    margin-left: -65px;
  }
}
.sk-wp-editor .about-info__content {
  width: 100%;
  z-index: 2;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .sk-wp-editor .about-info__content {
    width: 57.7%;
  }
}
.sk-wp-editor .about-info__content h2 {
  margin-bottom: 22px;
}
.sk-wp-editor .about-info__content p {
  font-size: 14px;
  line-height: 136%;
}
.sk-wp-editor .about-info__content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .sk-wp-editor .about-info__content {
    padding: 66px 0 80px 15px;
  }
}
