.half-text-image-buttons {
    position: relative;
    z-index: 2;
}

.half-text-image-buttons.half-text-image-buttons--inner {
    z-index: 1;
}

.half-text-image-buttons .image-button {
    height: 200px;
}

.half-text-image-buttons .image-button__title {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
}

.half-text-image-buttons .image-button__icon i {
    display: block;
    font-size: 57px;
    line-height: 1em;
    font-weight: normal;
    color: var(--color-white);
    padding-bottom: 18px;
}

.half-text-image-buttons .read-more {
    display: inline-block;
    padding-left: 5px;
}

.half-text-image-buttons  .image-button__description::-webkit-scrollbar {
    width: 5px;
}

.half-text-image-buttons  .image-button__description::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.50);
    border-radius: 0;
}

.half-text-image-buttons  .image-button__description::-webkit-scrollbar-thumb {
    background-color: var(--color-white);
    border-radius: 0;
}

.half-text-image-buttons .side-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    height: auto;
    max-width: 151px;
    width: 100%;
    opacity: 0.5;
    top: 34px;
    transform: rotateY(180deg);
}

@media ( min-width: 768px ) {
    .half-text-image-buttons .image-button {
        height: 268px
    }

    .half-text-image-buttons .side-bg {
        left: 0;
        right: unset;
        top: 0;
        transform: rotateY(0);
    }
}

@media ( min-width: 1200px ) {
    .half-text-image-buttons .side-bg {
        max-width: 236px;
    }

    .half-text-image-buttons .half-text-image-buttons__left {
        width: 45%;
    }

    .half-text-image-buttons .half-text-image-buttons__right {
        width: 55%;
    }

    .half-text-image-buttons .half-text-image-buttons__content {
        max-width: 617px;
        margin-left: auto;
        padding-right: 15px;
    }

    .half-text-image-buttons .image-button {
        height: 522px;
    }

    .half-text-image-buttons .image-button-item {
        margin-top: 0;
    }

    .half-text-image-buttons .image-button__title {
        font-size: 42px;
    }

    .half-text-image-buttons .image-button.image-button--link:hover .image-button__hover {
        justify-content: flex-end;
    }

    .half-text-image-buttons .image-button--static.has-description:hover .image-button__hover {
        justify-content: flex-end   ;
    }
}

@media ( min-width: 1440px ) {
    .half-text-image-buttons .half-text-image-buttons__left,.half-text-image-buttons .half-text-image-buttons__right {
        width: 50%;
    }
}