.reseau { padding: 40px 0px; background: #f6f6f6; &__item { width: 49%; display: -ms-flexbox; display: flex; float: left; -ms-flex-pack: center; justify-content: center; margin: 10px auto; .image { display: -ms-flexbox; display: flex; width: 100%; background: #fff; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; } .content { padding: 25px; background: $main-dark-color; .title { text-transform: uppercase; font-size: 22px; } .subtitle, .description { font-family: $AkzidenzGroteskStd-Regular; } } } &__item:nth-child(even) { margin-left: 1%; } &__item:nth-child(odd) { margin-right: 1%; } } @media all and(max-width: $tablet) { .reseau { &__item { -ms-flex-direction: column; flex-direction: column; width: 100%; img { height: 80px; padding: 10px 0px; } } &__item:nth-child(even) { margin-left: 0; } &__item:nth-child(odd) { margin-right: 0; } } }