.page-header {
  background-image: url("/assets/images/strengths/header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .page-header {
    background-image: url("/assets/images/strengths/header-bg_sp.png");
    background-size: auto 100%;
  }
}

.content-header {
  padding-top: 7.6rem;
}
.content-header__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.5rem;
}

.strengths {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
  display: flex;
  justify-content: space-between;
}
.strengths > * {
  width: 48%;
}
.strengths > * > p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px) {
  .strengths {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .strengths {
    flex-direction: column;
  }
  .strengths > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=strengths.css.map */
