/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE */
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
    background-color: var(--backgroundLight);
    align-items: center;
    align-content: center;
    text-align: center;
  }
  #sbs .cs-topper {
    margin-bottom: 0.25rem;
    text-align: center;
  }
  #sbs .cs-title {
    text-align: center;
    display: block;
    max-width: 100%;
  }
  #sbs .cs-text {
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: var(--bodyTextColor);
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: var(--background);
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #sbs .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #353535;
  }
}

/*# sourceMappingURL=about.css.map */
