/*========== CHECKOUT-FEATURE-BLOCK1 ==========*/
.checkout-feature-block1 {
  margin: 15px;
}
.checkout-feature-block1 .container {
  width: auto;
}
.checkout-feature-block1 .container .feature-block1-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid lightgray;
  line-height: 0.1em;
  margin: 20px 0;
}
.checkout-feature-block1 .container .feature-block1-header span {
  background-color: var(--bg-white);
  padding: 0 15px;
  font-size: 1.15rem;
}
.checkout-feature-block1 .container .feature-block1-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.checkout-feature-block1 .container .feature-block1-list .list-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}
.checkout-feature-block1 .container .feature-block1-list .list-item .list-item-icon img {
  margin-right: 20px;
  margin-left: 5px;
  width: 50px;
}
.checkout-feature-block1 .container .feature-block1-list .list-item .list-item-content .item-content-header {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.checkout-feature-block1 .container .feature-block1-list .list-item .list-item-content .item-content-text {
  font-size: 1.25rem;
}

/*# sourceMappingURL=checkout-feature-block1.css.map */
