.section-dark {
  background: rgb(44, 62, 80);
  color: rgb(255, 255, 255);
}

.section-heading {
  color: var(--bs-white);
  border-color: rgb(255, 255, 255);
}

.section-divider {
  width: 20%;
  height: 5px;
  border-color: rgb(255, 255, 255);
}

.section-text {
  font-family: Lato, sans-serif;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  border-color: var(--bs-blue);
}
