/*Branchen Detail*/

/* #region Material*/
.material-row .et_pb_blurb_container{
    background-color:var(--color-white);
}

.material-row .et_pb_main_blurb_image {   
    background-color:var(--color-dark-grey);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.material-row .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 144px;
}

.material-button .et_pb_text_inner,
.material-button .et_pb_text_inner p{
    display: flex;
    gap:20px;
    flex-wrap:wrap;
}

.material-row h3 span{
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    font-family: var(--font-family-bold);
}

/* #endregion Material*/