.block--type-our-partners {
  position: relative;
  padding: 45px 0;
}

.block--type-our-partners::before,
.block--type-our-partners::after {
  inset: 0 0 0 50%;
  display: block;
  width: 100vw;
  transform: translateX(-50%);
  position: absolute;
  content: "";
}

.block--type-our-partners::after {
  background: #f0f0f0;
  z-index: -1;
  /* opacity: 0.9; */
}

.block--type-our-partners::before {
  z-index: -2;
  background-image: url("/themes/custom/lamar2/images/library-d8-bkgrnd.jpg");
}

.block--type-our-partners h3 {
  color: var(--lamar-blue);
  margin-bottom: 16px;
}

.block--type-our-partners .our-partners--inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.block--type-our-partners a {
  padding: 14px;
  background: white;
  border-radius: 4px;
  color: var(--lamar-blue);
  text-decoration: none;
  font-size: 16px;
}

.block--type-our-partners a:hover,
.block--type-our-partners a:focus {
  background: var(--lamar-blue);
  color: white;
}
