.kb_tiles_multisteps,
.kb_tiles_text {
    display: flex;
    flex-wrap: wrap;
}
.kb_tiles_text h2 {
    text-align: center;
    width: 100%;
    padding: 0 0 40px;
}
.kb_tiles_text .dp_dmb_repeat_item {
    width: 50%;
    height: 215px;
}
.kb_tiles_text a {
    height: 215px;
    width: 100%;
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #d3d3d3;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.7em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}
.kb_tiles_text a:hover {
    font-weight: 700;
    color: #726c68;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    overflow: hidden;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.kb_testimonial_s_img:hover,
.kb_testimonial_s_link:hover,
.kb_tiles_logo a,
.kb_tiles_logo a img,
.kb_tiles_logo a:hover,
.kb_tiles_logo a:hover img,
.kb_tiles_multisteps p {
    transition: 0.75s ease-in-out;
}
.kb_tiles_text_1 {
    border-right: 2px solid #5B5653;
}
.kb_tiles_text_11,
.kb_tiles_text_3,
.kb_tiles_text_5,
.kb_tiles_text_7,
.kb_tiles_text_9 {
    border-right: 2px solid #5B5653;
    border-top: 2px solid #5B5653;
}
.kb_tiles_text_10,
.kb_tiles_text_12,
.kb_tiles_text_4,
.kb_tiles_text_6,
.kb_tiles_text_8 {
    border-top: 2px solid #5B5653;
}
.kb_tiles_logo .dp_dmb_repeat_item {
    display: block;
    width: 50%;
    height: 215px;
    float: left;
}
.kb_tiles_logo a {
    display: inline-block;
    height: 215px;
    width: 100%;
    padding: 60px 40px 40px 130px;
}
.kb_tiles_logo a img {
    max-height: 35%;
    max-width: 60%;
    display: inline;
    position: absolute;
    top: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}
.kb_tiles_logo a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.kb_tiles_logo a:hover {
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}