@media all and (min-width: 800px) {
  body.landing .header.financial_services-header {
    min-height: 400px;
    background-image: url("/assets/ekonomisk_forvaltning-3ea83086.jpg");
  }
  body.landing .content.financial_services {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 799px) {
  body.landing .header.financial_services-header {
    min-height: 300px;
    background-image: url("/assets/ekonomisk_forvaltning-3ea83086.jpg");
    background-position-y: -50px;
  }
  body.landing .content.financial_services {
    padding-bottom: 50px;
  }
}

.content.financial_services img.partner-logo {
  width: auto;
  max-width: 250px;
  margin: 0 auto;
}
