.flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .flex.center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .flex.wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex.column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .flex.stretch, .flex .stretch { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; } .finans-module { padding: 0 50px; } .finans-module h2 { font-size: 24px; display: block; text-align: center; margin: 40px 0 30px; } .finans-module .gallery { margin: 15px 0; } .finans-module .gallery .item { flex: 1 calc(20% - 40px); background-size: contain; background-position: center center; background-repeat: no-repeat; height: 200px; min-width: 200px; margin: 20px; } .finans-module .icon { flex: 0 25%; text-align: center; position: relative; justify-content: flex-start; min-width: 200px; } .finans-module .icon:not(:last-of-type):after { content: ""; background-image: url(../img/arrow.png); background-size: contain; background-position: center center; background-repeat: no-repeat; position: absolute; top: 60%; right: -15px; transform: translate(0, -50%); width: 30px; height: 30px; } .finans-module .icon .img { margin: 15px 0; } .finans-module .icon .title { text-transform: uppercase; font-size:20px; } .finans-module .icon .desc { text-align: center; } .finans-module .button { margin-top: 50px; background-color: #000000; color: #fff; text-transform: uppercase; position:relative; transition:all .3s ease; } .finans-module .button:after { content: ""; top: 0; right: -60px; background-repeat: no-repeat; position: absolute; height: 100%; background-color: #e43e22; padding: 30px; background-image: url(../img/arrow-white.png); background-size: contain; background-position: center center; background-size: 20px; transition: all .3s ease; } .finans-module .button:hover { background-color:#e43e22; } .finans-module .button:hover:after { padding-left:45px; } @media (max-width: 991px) { .finans-module { padding:0 15px; } .finans-module .icons .icon { flex: 0 calc(50% - 60px); margin:30px; } .finans-module .icons .icon:after { display: none; } }