/* Breakpoints */
/* Couleur */
.finance-it {
  padding: 25px 0;
  background-color: #8ABE40;
  border-bottom: 1px solid #707070;
}
.finance-it .logo-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.finance-it .logo-wrapper img {
  width: 100%;
  height: auto;
}
.finance-it .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.finance-it .content-wrapper p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.finance-it .content-wrapper p a {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .finance-it .content-wrapper p a {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .finance-it .content-wrapper p a {
    margin-top: 15px;
  }
}/*# sourceMappingURL=finance_it.css.map */