#about {
  background-color: var(--backgroundColor);
}

#about .content1 {
  margin-bottom: 2.5em;
}
.sbs .sbs-right {
  width: 100%;

}
@media (min-width: 50rem) {
  #about .sbs {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .sbs .sbs-right {
    width: 50%;
    order: 1
  }
}
