.flex {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:flex-start;
-webkit-box-align:stretch;
    -ms-flex-align:stretch;
        align-items:stretch;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex--office div, .flex--services ul {
flex-basis:50%;
}

.testimonials__content {
    text-align: center;
}

.wrap__articles {
    width: 100%;
}

.blog__list {
    list-style-type: none !important;
}

@media(max-width: 768px){
.flex {
flex-direction:column;
}

footer {
    background: rgba(0, 0, 0, 1) url(../img/footer__background.gif);
}

.socialmedia__list {
    text-align: center;
}
}

/* ---------------------------------------- */

.wrap__exclusive-offer .wrap__exclusive-offer--inner {
    display: none;
}