.about-strengths-overview {
  border-bottom: 1px solid #000;
  padding-bottom: 48px;
  margin: 48px auto;
}

.about-strengths-overview-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 48px auto;
  font-size: min(2vw, 24px);
}

.about-strengths-overview-list__item {
  width: 12em;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.about-strengths-overview-list__item div {
  translate: 0 -0.25em;
}
.about-strengths-overview-list__item small {
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.about-strengths-overview-list__item span {
  display: block;
}
.about-strengths-overview-list__item b {
  padding-inline: 0.15em;
  font-size: 2em;
}
.about-strengths-overview-list__item:nth-child(1) {
  color: #1e9080;
  border-color: #1e9080;
}
.about-strengths-overview-list__item:nth-child(2) {
  color: #cd5e27;
  border-color: #cd5e27;
}
.about-strengths-overview-list__item:nth-child(3) {
  color: #4c15a4;
  border-color: #4c15a4;
}

.narrator-about .about--point-item__header::before {
  background-color: #1e9080;
}

.about--usecase__header {
  margin-bottom: 64px;
}

.about--other-service__header {
  margin-bottom: 64px;
}

.about--other-service__btn__block {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .about-strengths-overview-list {
    gap: 1em;
    margin: 4em auto;
  }
  .about-strengths-overview-list__item {
    width: 12em;
  }
  .about-strengths-overview {
    margin: 0 auto 32px;
    padding-bottom: 32px;
  }
  .about--usecase__header {
    margin-bottom: 32px;
  }
  .about--other-service__header {
    margin-bottom: 32px;
  }
  .about--other-service__btn__block {
    margin-top: 32px;
  }
}

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