.image-buttons {
    position: relative;
    z-index: 5;
}

.top-curve {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 1920px;
    height: 135px;
    transform: translate(-50%, 0);
    z-index: -5;
    display: none;
}

.image-buttons--homepage {
    padding: 146px 0 70px 0;
    margin-top: -10px;
}

/* .product-category-image-buttons {
    padding-bottom: 0;
} */

.image-buttons__headline {
    padding-bottom: 10px;
}

.image-buttons__bttns {
    margin-top: 30px;

}

.image-buttons__headline h2 {
    color: #000931;
}

.image-button-item {
    margin-top: 20px;
}

.image-button-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.image-button {
    padding: 20px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    background: var( --color-white );
    border-radius: 13px;
    box-shadow: 0 3px 15px rgba(3,48,65,0.16);
    text-align: center;
}

.image-button__img {
    height: 80px;
    margin-bottom: 15px;
}

.image-button__title {
    font-size: 22px;
    line-height: 1.06em;
    padding-bottom: 5px;
    color:var( --color-dark-blue );
    font-style: italic;
}

.image-buttons__bg  {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.5;
}

.image-button__img img {
    height: 80px;
    transition: all ease-in-out .3s;
}

.image-button:hover .image-button__img img {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    
    .image-buttons--homepage {
        padding: 160px 0 80px 0;
    }
    
    .image-buttons__headline {
        padding-bottom: 20px;
    }

    .image-buttons--homepage {
        margin-top: -22px;
    }
}

@media (min-width: 900px) {
    .image-buttons--homepage {
        margin-top: -32px;
    }
}

@media (min-width: 1100px) {
    .image-buttons--homepage {
        margin-top: -44px;
    }
}

@media (min-width: 1200px) {
    
    .image-buttons--homepage {
        padding: 135px 0 110px 0;
    }
    
    .image-buttons__headline {
        padding-bottom: 0;
    }

    .image-buttons__bttns {
        margin-top: 40px;
    }

    .image-button-item {
        margin-top: 32px;
    }

    .image-button {
        padding: 20px;
    }

    .image-button__img {
        height: 108px;
        margin-bottom: 35px;
    }

    .image-button__title {
        padding-bottom: 8px;
    }

    .image-button:hover {
        text-decoration: none;
        box-shadow: 0 3px 15px rgba(3,48,65,0.32);
    }
    
    .image-buttons__bg {
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
        max-width: initial;
    }

    .image-buttons--homepage {
        margin-top: -110px;
    }

    .image-buttons--inner .image-button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        align-items: center;
    }

    .image-buttons--inner .image-button__top {
        width: 107px;
    }

    .image-buttons--inner .image-button__bottom {
        width: calc(100% - 107px);
        padding-left: 25px;
    }

    .image-buttons--inner .image-button__img {
        margin-bottom: 0;
    }

    .image-button__img img {
        height: 108px!important;
    }
    
}

@media( min-width : 1500px ) {
    .image-button {
        padding: 35px;
    }
}

@media (min-width: 1366px) {
    .image-buttons--homepage {
        margin-top: -136px;
    }
}

@media( min-width : 1921px ) {
    .image-buttons__bg,
    .top-curve {
        top: 29px;
    }


}

