.impact-expert {
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: cover;
  text-align: center;
  padding: 10rem 0;
}
@media screen and (min-width: 992px) {
  .impact-expert {
    background-position: center;
  }
}
.impact-expert .container {
  --bs-gutter-x: 4.8rem;
}
@media screen and (min-width: 992px) {
  .impact-expert .container {
    --bs-gutter-x: 2.4rem;
  }
}
.impact-expert .content {
  margin-bottom: 4.8rem;
}
.impact-expert .content h4,
.impact-expert .content h2 {
  color: white;
  margin-bottom: 3.2rem;
}
.impact-expert .content .content-buttons {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .impact-expert .content .content-buttons {
    flex-direction: row;
  }
}
.impact-expert .content .content-buttons .btn-outline {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.impact-expert .logo-item {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 992px) {
  .impact-expert .logo-item {
    margin-bottom: 0;
  }
}

.newsrooms .btn-outline:hover {
  background: rgba(22, 22, 22, 0.5) !important;
}/*# sourceMappingURL=style.css.map */