@charset "utf-8";

.about .tab-content h4 {
  width: 20%;
}
.about .tab-content p {
  margin-bottom: 0;
  line-height: 30px;
}
.about .tab-content > div {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--color-default-rgb), 0.3);
}
@media (max-width: 768px) {
  .d-flex {
    flex-direction: column;
  }
  .about .tab-content h4 {
    width: 100%;
  }
  .about .tab-content p {
    margin-top: 10px;
    width: 100%;
  }
}
