body > main { background-color: #fff; }


.bg-image{background: #0c2742; }
.section-about { position: relative; display: block; width: 100%; max-width: 1440px; min-height: 300px; color: #fff; margin: 0 auto;padding: 80px 0; background: url(/static/pl/fileadmin/res/img/pd/trust-center/hero-bg-trust-center.png) no-repeat; background-size: contain; background-position-x: left; background-position-y: bottom;}
.section-about p:last-child { margin-bottom: 0; }
@media (max-width: 1399px) {
    .section-about {background-position-x: -30px;}
}
@media (max-width: 1199px) {
    .section-about {background-position-x: -280px;}
}
@media (max-width: 991px) {
    .section-about { background-position-x: -310px; padding: 48px 0; }
}
@media (max-width: 767px) {
  .section-about { background-image: none; padding-top: 0 }
  .section-about::before { content: ""; margin-bottom: 28px; display: block; width: 100%; aspect-ratio: 16/9; background: url(/static/pl/fileadmin/res/img/pd/trust-center/hero-bg-trust-center.png) no-repeat; background-size: cover; background-position: center;}
}



.section-iframe { padding: 48px 0; }



.section-cta { background-color: #eaf4fe; padding: 80px 0; text-align: center; }
.section-cta p:last-child { margin-bottom: 0; }