section {
  text-align: center;
  min-height: 90px;
  margin-top: 120px;
  height: 120px; /* defines how much the content can be scrolled*/
}

section h2 {
  color: #400960;
  font-family: 'Mulish', sans-serif;
  font-size: 32px;
  line-height: 3em;
}

h2:after{
  content:' ';
  display:block;
  border:1px solid #7f6391;
  border-radius:4px;
  -webkit-border-radius:2px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

section p {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  color: #400960;
  max-width: 600px;
  min-width: 100px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.content-home {
    background-color: #ffffff;
    box-shadow: inset 0 0 100px rgba(0,0,0,0.03);
    padding: 2rem;
    transition: background-color 0.3s ease;
}

.content-home .text-center {
    color: #400960; /* Purple color for consistency */
}

.content-home .section-title {
    color: #400960; /* Purple color for consistency */
}
