#aboutPage div strong {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
    color: var(--color-secondary);
}

#aboutPage p {
    text-indent: 10px;
    letter-spacing: 0.5px;
    line-height: 25px;
}


.sc-about-page .graphic img:nth-child(1) {
    margin-bottom: auto;
    padding: 0 20px;
}

@media (min-width: 1200px) {
  #aboutPage .container {
    max-width: 1340px;
    /* padding-left: 15px;
    padding-right: 15px; */
  }
}