.dim_steps{
    padding: 50px 7%;
}
.dim_steps__title .titel_1 span{
    float: unset;
}
.dim_steps__items{
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 10px;
}
.dim_steps__items__item{
    width: calc((100% - 10px * 1) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.dim_steps__items__item__text{
    margin-top: 20px;
    max-width: 300px;
}
.dim_steps__items__item__text h3{
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.dim_steps__items__item__image{
    width: 100%;
    max-width: 500px;
}
.dim_steps__items__item__image img{
    width: 100%;
}

@media screen and (max-width: 1050px) {
    .dim_steps__items__item{
        width: 100%;
    }
}