/* Campaign Logos Block Styles */

.finserv_light {
  background: #F7F9FC;
}

.finserv_grey {
  background: #EFF3F4;
}

.finserv-logos {
  display: flex;
  justify-content: space-around;
}

.finserv-logos img {
  height: 100px;
  width: auto;
}

@media only screen and (max-width: 1060px) {
  .finserv-logos img {
    height: 60px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .finserv-logos img {
    height: 60px;
    width: auto;
    margin: 0 auto;
  }

  .finserv-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 400px) {
  .finserv-logos img {
    height: 50px;
    width: auto;
  }
}

.logo_cta {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #111323;
  margin-bottom: 1rem;
}

/* Mobile fonts */
@media only screen and (max-width: 768px) {
  .logo_cta {
    font-size: 24px;
    line-height: 34px;
  }
}

.py-12 {
  padding-top: 72px; 
  padding-bottom: 72px;
}
