.section2 {
  background-color: #514a42;
  display: flex;
  justify-content: center;
  padding-top: 2em;
}

.section2 .row div {
  max-width: 25%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divider {
  height: 4px !important;
  width: 58px;
  background-color: #9c814a;
  margin: 1.5em 0;
}

.helperSpan {
  display: flex;
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 500 !important;
  line-height: 36px !important;
  letter-spacing: var(--DisplayLargeTracking);
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
