.section12-white-bar-at-end {
  display: flex;
  justify-content: center;
  min-height: 27pt;
  background: #f8f6f1;
}
.section12-sets {
  display: flex;
  justify-content: center;
  width: 33.33%;
}
.section12-sets a {
  font-size: 10pt;
  font-family: "Poppins", sans-serif;
}

.first-set-section12 {
  display: flex;
}
.second-set-section12 {
  display: flex;
}
.section12-links {
  display: flex;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
}
.third-set-section12 {
  display: flex;
}
.first-set-section12 a {
  color: black;
  text-decoration: none;
  margin-left: 8pt;
  margin-right: 8pt;
}

.second-set-section12 a {
  color: black;
  text-decoration: none;
  margin-left: 8pt;
  margin-right: 8pt;
}
.third-set-section12 a {
  margin-left: 8pt;
  margin-right: 8pt;
}
.third-set-section12 a img {
  color: black;
  text-decoration: none;
  height: 15pt;
}
@media (max-width: 1120px) {
  .section12-white-bar-at-end {
    display: block;
    margin: 0 auto;
  }
  .section12-sets {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 570px) {
  .section12-sets a {
    font-size: 7pt;
  }
  .third-set-section12 {
    display: none;
  }
}
@media (max-width: 570px) {
  .section12-sets a {
    font-size: 6pt;
  }
  .third-set-section12 {
    display: none;
  }
}
