/*------------------------
  about
------------------------*/
.about-content .about-title {
  text-align: center;
  margin-top: 4rem !important;
}
.about-content .company-list {
  margin: 0;
}
@media (max-width: 781px) {
  .about-content .company-list {
    gap: 1rem;
  }
}
.about-content .company-list div:nth-child(1) {
  padding: 0 1rem;
}
@media (max-width: 781px) {
  .about-content .company-list div:nth-child(1) {
    background-color: rgba(180, 180, 180, 0.2);
    padding: 0.5em 1em;
  }
}
.about-content .company-list p {
  margin: 0;
}
.about-content .about-item + .about-item {
  margin-top: 6rem;
}
.about-content .card-wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.about-content .card-wrap .card-title,
.about-content .card-wrap .card-title + .wp-block-paragraph {
  padding: 0 1.25rem;
}