.apropos-title {
    text-align: center;
    margin-inline: 1em;
    padding-bottom: 0.5em;
}

.apropos-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-bottom: 3em;
}

.apropos-img {
  width: 30em;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.apropos-text {
  max-width: 50em;
}

.apropos-description {
  text-align: justify;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 1em;
  line-height: 1.5;
}


.section-title {
  margin-top: 0.75em;
  margin-inline: 0.5em
}

.aboabo{
    display: flex;
    flex-direction: column;
    background-color: #BDBAB8;
    padding-inline: 12.5em;
}

.abo-section {
  margin-bottom: 2em;
  padding: 1.5em;
  border-radius: 6px;
}

.abo-category {
  font-size: 2em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

.abo-line,
.abo-point {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 0.6em 1em;
  border-bottom: 1px solid #ccc;
  font-size: 0.95em;
}

.abo-note {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 1em;
  color: #635148;
}




@media (max-width: 992px) {

  .apropos-profile{
    flex-direction: column;
  }

  .apropos-img {
    width: 90%;
  }

  .apropos-text {
    width: 90%;
  }

  .aboabo{
    padding: 0!important;
  }

  .abo-section {
    margin: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

}