.about-contents-wrapper ._content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-block: 40px;
  gap: 20px;
  padding-inline: 10px;
}

.about-contents-wrapper ._content img {
  max-width: 60px;
}

.about-contents-wrapper ._content p {
  text-align: center;
  font-size:  14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .15em;
}