.x-editor .is-wide {
  margin-left: -16px;
  margin-right: -16px;
}

.x-editor .row--alc {
  align-items: center;
}

.x-editor .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  height: 520px;
}

.x-editor .cover h1,
.x-editor .cover h2,
.x-editor .cover h3,
.x-editor .cover h4,
.x-editor .cover h5,
.x-editor .cover h6,
.x-editor .cover p,
.x-editor .cover strong,
.x-editor .cover b {
  color: inherit;
}

.x-editor .cover__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.x-editor .cover__bg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.x-editor .cover__bg span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(28, 29, 31, 0.5);
}

.x-editor .cover__cont {
  position: relative;
}

.x-editor .box {
  padding: 30px 20px;
  border: 1px solid #D1D7DC;
  background-color: #fff;
}

.x-editor .box--gray {
  margin-left: 0;
  margin-right: 0;
  background-color: #F7F9FA;
}

.x-editor .box__item {
  margin-top: 10px;
  margin-bottom: 20px;
}

.x-editor .box__h {
  text-align: center;
  margin-bottom: 20px;
}

.x-editor .box .box {
  margin-bottom: 20px;
}

.x-editor .box.is-wide {
  padding: 20px;
}

@media (min-width: 768px) {
  .x-editor .is-wide {
    margin-left: -24px;
    margin-right: -24px;
  }

  .x-editor .box {
    padding: 20px 40px;
  }

  .x-editor .box.is-wide {
    padding: 40px;
  }

  .x-editor .box__item {
    overflow: hidden;
  }

  .x-editor .box__item .box__img + .box__cont {
    margin-top: 0;
  }

  .x-editor .box__item:nth-child(odd) .box__img {
    float: right;
  }

  .x-editor .box__item:nth-child(odd) .box__cont {
    float: left;
  }

  .x-editor .box__img,
  .x-editor .box__cont {
    width: calc(50% - 2%);
  }

  .x-editor .box__img {
    float: left;
  }

  .x-editor .box__cont {
    float: right;
  }
}

@media (min-width: 1024px) {
  .x-editor .box {
    padding: 40px;
  }

  .x-editor .box--gray {
    border: 0;
  }
}

@media (min-width: 1280px) {
  .x-editor .is-wide {
    margin-left: -200px;
    margin-right: -200px;
  }
}
