.image-icons-button {
    padding: 100px 0;
}

.image-icons-button__headline {
    padding-bottom: 37px;
    word-break: break-word;
}

.image-icons-button__headline h2 {
    font-size: 45px;
}

.js-image-icons-button {
    margin: 0 -16px;
    padding-bottom: 60px;
}

.image-icons-item {
    padding: 10px 16px;
}

.image-icons {
    display: block;
    background: none;
}

.image-icons__img {
    position: relative;
    height: 286px;
    
    filter: drop-shadow(2px 5px 10px rgba(9, 48, 78, 0.2));
}

.image-icons__img img {
    clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%);
}

.image-icons__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(9,48,78,0.95) 0%,rgba(9,48,78,0) 100%);
    clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%);
}

.image-icons__img__wrap {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 102px;
    font-weight: normal;
}

.image-icons__img__wrap--image img {
    width: 102px;
    filter: grayscale(1) invert(1);
}

.image-icons__title {
    text-align: center;
    padding: 30px 0 0 0;
    color: #1B78C1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.image-icons-button__bttn {
    padding-top: 50px;
    margin: 0 -9px;
}

.image-icons-button__bttn .btn {
    line-height: 1.375em;
    text-align: left;
}

.inner-image-icons-button h2 {
    font-size: 36px;
}


@media (min-width: 768px) {
    .image-icons-button__headline {
        padding-bottom: 50px;
    }

    .js-image-icons-button  {
        padding-bottom: 0;
    }

    .js-image-icons-button .fx-slide {
        display: block !important;
    }

    .image-icons-button__bttn {
        margin: 0;
        padding: 0;
    }

    .image-icons-button__bttn .btn {
        clip-path: polygon(0 0, 95% 0%, 100% 50%, 100% 100%, 5% 100%, 0 50%);
    }

    .image-icons-item {
        padding: 0 16px;
        margin-bottom: 50px;
    }

    .image-icons__img {
        height: 200px;
    }

    .image-icons__img__wrap {
        font-size: 71px;
    }

    .image-icons__img__wrap--image {
        width: 100%;
    }

    .image-icons__img__wrap--image img {
        width: 71px;
        height: auto;
    }

    .image-icons__title {
        padding: 15px 0 0 0;
    }

    .image-icons__img::after {
        background: #09304E;
        opacity: 0.6;
    }

    .image-icons-button__bttn .btn {
        line-height: 1em;
        text-align: center;
    }

    .inner-image-icons-button h2 {
        font-size: 45px;
    }

    .image-icons-button__headline .subheading {
        font-size: 20px;
    }
    .js-image-icons-button{
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .image-icons__img {
        height: 196px;
    }

    .image-icons__img img,
    .image-icons__img:after {
        transition: all .3s ease-in-out;
    }

   .image-icons:hover .image-icons__img img,
   .image-icons:hover .image-icons__img:after {
    clip-path: polygon(0 0, 100% 0, 100% 19%, 100% 100%, 0 100%, 0 82%);
       transition: all .3s ease-in-out;
    }

    .image-icons-button__headline .subheading {
        font-size: 25px;
    }

    .image-icons-button__headline h2 {
        font-size: 55px;
    }

    .inner-image-icons-button h2 {
        font-size: 55px;
    }
    
    .image-icons:hover {
        background: transparent;
    }

    .image-icons:hover .image-icons__img  img {
        clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%);
    }

    .image-icons:hover .image-icons__img::after {
        opacity: 0.85;
        clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%);
    }
    
}



@media (max-width: 767px) {
    .inner-image-icons-button .image-icons__title {
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px 0 0 67px;
        color: #fff;
        padding-right: 30px;
        text-align: left;
    }

    .inner-image-icons-button .image-icons__img__wrap i {
        position: absolute;
        left: 18px;
        top: 15px;
        font-size: 32px;
    }

    .inner-image-icons-button .image-icons {
        position: relative;
    }

    .inner-image-icons-button .image-icons:after {
        content: "\e903";
        font-family: 'icomoon';
        color: #004B86;
        position: absolute;
        right: 0;
        font-size: 12px;
        bottom: 0;
        padding-left: 6px;
        font-weight: normal;
        width: 44px;
        height: 47px;
        clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
        background-color: #F17503;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.inner-image-icons-button + .inner-image-icons-button{
    padding-top: 0;
}