.twelve-creative {
    background:#fff;
    padding: 15% 0;
}

.twelve-creative > h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    text-align: center;
    color: #000000;
    max-width: 280px;
    margin: 0 auto 45px auto;
}

/* .twelve-creative > .images-wrap {
    max-width: 995px;
} */

.twelve-creative > .images-wrap > .top, .images-wrap > .mid, .images-wrap > .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0;
}

.single-img-container {
    max-width: 66%;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom > .single-img-container {
    max-width: 100%;
}

.twelve-creative > .images-wrap img {
    display: block;
    width: 100%;
    max-width: unset;
    
}