.about-card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.about-card-block {
  width: 32%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 991.98px) {
  .about-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-card-block {
    width: 100%;
  }
}
.comp-midashi {
  background: #000;
  color: white;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comp-text {
  padding: 10px;
}
