.lp-text-15 {
  padding: 48px 0;
  overflow: hidden;
}
.lp-text-15 .lp-block-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.lp-text-15-wrapper {
  display: flex;
  flex-direction: column;
}
.lp-text-15__title {
  margin: 0;
}
.lp-text-15__text {
  padding: 0;
  margin-top: 8px;
}
.lp-text-15__note {
  padding: 16px;
  margin-top: 32px;
  background-color: #fff;
  align-self: center;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.lp-text-15._reverse .lp-text-15-content {
  order: 2;
}
.lp-text-15._reverse .lp-text-15__note {
  order: 1;
  margin: 0 0 32px;
}
.lp-text-15 .lp-block-bg {
	background-image: url(/g/s3/lp/lp.v3/img/lp-text-15-1-bg.jpg);
}
@media all and (min-width: 600px) {
  .lp-text-15 {
    padding: 64px 0;
  }
  .lp-text-15__text {
    margin-top: 16px;
  }
  .lp-text-15__note {
    padding: 24px;
  }
}
@media all and (min-width: 960px) {
  .lp-text-15-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .lp-text-15__note {
    margin: 0 0 0 48px;
    width: 320px;
  }
  .lp-text-15-content {
    width: 544px;
  }
  .lp-text-15._reverse .lp-text-15__note {
    margin: 0 48px 0 0;
  }
}
@media all and (min-width: 1200px) {
  .lp-text-15 {
    padding: 80px 0;
  }
  .lp-text-15__text {
    margin-top: 24px;
  }
  .lp-text-15-content {
    width: 662px;
  }
  .lp-text-15__note {
    width: 368px;
  }
}
@media all and (min-width: 1380px) {
  .lp-text-15-content {
    width: 738px;
  }
  .lp-text-15__note {
    width: 408px;
  }
}