.lp-text-17__wrap {
  padding: 48px 0;
  text-align: center;
}
.lp-text-17 .lp-block-overlay {
	background-color: transparent;
}
.lp-text-17__icon {
  background-color: var(--primary-color-a-01);
  padding: 16px;
  border-radius: 50%;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.lp-text-17__title {
  margin-top: 32px;
}
.lp-text-17__text {
  margin-top: 8px;
}
.lp-text-17__button-wrap {
  margin-top: 32px;
}
.lp-text-17__button {
  width: 100%;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
}
.lp-text-17._left .lp-text-17__wrap {
  text-align: left;
}
.lp-text-17._left .lp-text-17__icon {
  margin-left: 0;
}
.lp-text-17._right .lp-text-17__wrap {
  text-align: right;
}
.lp-text-17._right .lp-text-17__icon {
  margin-right: 0;
}

.txt_17__icon-image {
	width: 48px;
	height: 48px;
	box-sizing: content-box;
}

.txt_17__icon-image {
	max-width: 240px;
}

.txt_17__icon-image svg {width: 100%; height: 100%;}

.txt_17__icon-image svg path {
	fill: var(--primary-color-base);
}

@media all and (min-width: 600px) {
  .lp-text-17__wrap {
    padding: 64px 0;
  }
  .lp-text-17__text {
    margin-top: 16px;
  }
  .lp-text-17__button {
    width: auto;
    margin: 0 8px 16px;
  }
}
@media all and (min-width: 1200px) {
  .lp-text-17__title, .lp-text-17__text {
    width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-text-17__button-wrap {
    margin-top: 48px;
  }
  .lp-text-17._left .lp-text-17__title, .lp-text-17._left .lp-text-17__text {
    margin-left: 0;
  }
  .lp-text-17._right .lp-text-17__title, .lp-text-17._right .lp-text-17__text {
    margin-right: 0;
  }
}