.image-buttons__headline {
    max-width: 892px;
    margin: 0 auto;
    padding-bottom: 32px;
    width: 100%;
}

.image-buttons__row {
    justify-content: center;
}

.image-button {
    display: block;
    background: var(--color-white);
    border: none;
    text-decoration: none;
}

.image-button__img {
    height: 330px;
}

.image-button__hover {
    padding: 16px 0;
}

.js-image-button .image-button__hover {
    padding: 16px 0 0 0;
}

.image-button__title {
    margin: 0;
    padding: 0 37px 0 0;
    color: var(--color-dark-gray);
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: all .5s linear;
}

.image-button__title::after {
    content: '\e904';
    font-family: 'playworld-systems-icomoon';
    position: absolute;
    font-size: 22px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: normal;
}

.image-buttons__bttn {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.image-buttons__headline p {
    font-size: 16px;
}

.image-button--link.no-link {
    pointer-events: none;
}

@media (min-width: 768px) {

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

    .image-button-item:nth-child(n+3) {
        margin-top: 16px;
    }

    .image-button__img {
        height: 300px;
    }

    .image-buttons__bttn {
        padding-top: 16px;
    }

    .image-buttons__headline p {
        font-size: 17px;
    }
    
}

@media (min-width: 1200px) {

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

    .image-button-item:nth-child(n+3) {
        margin-top: 0;
    }

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

    .image-button__img {
        height: 288px;
        overflow: hidden;
    }

    .image-button img{
        transition: transform .5s linear;
    }
    
    .image-button:hover img {
        transform: scale(1.1);
    }
    
    .image-button:hover .image-button__title {
        color: #FF6600;
    }
}

@media (min-width: 1366px) {

    .image-buttons.image-buttons--homepage.section-padding {
        padding-top: 105px;
    }

    .image-button__title {
        font-size: 24px;
        margin-right: 50px;
    }

    .image-buttons__headline p {
        font-size: 18px;
    }

    .image-button__hover {
        padding: 27px 0 0 0;
    }

    .image-buttons__bttn {
        padding-top: 72px;
    }

    .image-button__title::after {
        top: 3px;
        transform: translate(0, 0%);
    }
    
}

@media (min-width: 1600px) {

    .image-button__title {
        font-size: 30px;
    }

    .image-button__img {
        height: 424px;
    }

    .image-buttons__bttn {
        padding-top: 33px;
    }

    .image-button__title::after {
        top: 6px;
        transform: translate(0, 0%);
    }
    
}

.js-image-button {
    padding: 0 19px;
}

.js-image-button .image-button-item {
    padding: 0 16px;
}

.js-image-button .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
}

.js-image-button .image-button__img {
    height: 279px;
}

@media (min-width: 768px) {
    .js-image-button .fx-slide {
        display: block;
    }

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

    .js-image-button .image-button__img {
        height: 300px;
    }
}

@media (min-width: 1200px) {

    .js-image-button .image-button__img {
        height: 288px;
    }
}

@media (min-width: 1600px) {

    .js-image-button .image-button__img {
        height: 424px;
    }
}