:not(.tax-product_cat) .cta-image-buttons {
    padding: 57px 0 77px;
}

.tax-product_cat .cta-image-buttons {
    padding-bottom: 77px;
}

.tax-product_cat .cta-image-buttons {
    margin: 0 -22px;
}

@media (min-width: 768px) {
    .tax-product_cat .cta-image-buttons {
        margin: 0 -16px;
        padding-bottom: 96px;
    }

    :not(.tax-product_cat) .cta-image-buttons {
        padding: 76px 0 96px;
    }
}

@media (min-width: 1200px) {
    .tax-product_cat .cta-image-buttons {
        margin: 0 -52px;
        padding-bottom: 120px;
    }

    :not(.tax-product_cat) .cta-image-buttons {
        padding: 100px 0 120px;
    }
}

.tax-product_cat .cta-image-buttons + .half-and-half {
    margin-bottom: 0;
    margin-top: 0;
}

.cta-image-buttons__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 22px;
}

@media (min-width: 768px) {
    .cta-image-buttons__wrapper {
        padding: 0 52px;
    }
}

.cta-image-buttons p {
    font-family: var(--font-urbanist);
    font-size: 15px;
}

@media (min-width: 1025px) {
    .cta-image-buttons p {
        font-size: 17px;
    }
}

.cta-image-buttons__item {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .cta-image-buttons__item {
        width: 50%;
        padding: 0 16px;
    }
}

.cta-image-buttons__left {
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-gray-1);
    padding: 53px 20px;
}

.cta-image-buttons__left h1,
.cta-image-buttons__left h2,
.cta-image-buttons__left h3,
.cta-image-buttons__left h4,
.cta-image-buttons__left h5,
.cta-image-buttons__right h1,
.cta-image-buttons__right h2,
.cta-image-buttons__right h3,
.cta-image-buttons__right h4,
.cta-image-buttons__right h5 {
    color: var(--color-white);
}

@media (min-width: 768px) {
    .cta-image-buttons__left {
        padding: 53px 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.cta-image-buttons__right {
    position: relative;
    min-height: auto;
}

@media (min-width: 768px) {
    .cta-image-buttons__right {
        min-height: 390px;
    }
}

.cta-image-buttons__right:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.cta-image-buttons__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta-image-buttons__right__content {
    position: relative;
    z-index: 2;
    padding: 53px 20px 80px;
    margin-top: 32px;
}

@media (min-width: 768px) {
    .cta-image-buttons__right__content {
        padding: 53px 49px;
        margin-top: 0;
    }
}

.cta-image-buttons__right__color {
    position: absolute;
    bottom: -28px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 20px;
    margin: 0;
    z-index: 2;
    width: 100%;
}

.cta-image-buttons__right__color li {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cta-image-buttons__right__color li:before {
    display: none;
}

.cta-image-buttons__right__color li:not(:last-child) {
    margin-right: 12px;
}

.cta-image-buttons__right__color li img {
    width: 100%;
    height: 100%;
}