.title-banner { display: flex; background-color: #f2f2f2; width: 98%; float: right; margin: 5px 1%; align-items: center; }
.title-banner div { margin: 15px 10px; }
.title-banner div p { margin-bottom: 5px; }


@media screen and (max-width:767px){ 
.img-oe { object-fit: contain; padding: 10px 0px; }
}

div.callout-card__content{border: 1px solid #D9D9D6 !important; border-radius: 8px !important;}

.disclaimer .disclaimer-text>*:first-child { border-top: 0px !important; padding-top: 0px !important }

.hero-people .hero-people_wrapper .hero-people_container {
    margin-bottom: -110px;
}

@media screen and (min-width: 1024px) {
    .hero-detail .headline {
        margin-bottom: -90px;
    }
}

.callout-card .callout-card__headline {
    font-weight: 500;
}
 
@media (min-width: 1024px) {
    .hero-people_rightsection {
        padding-left: 90px;
    }
}

.disclaimer.component {
    color: #000;
    margin-top: -130px;
}
 