.cta-category__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #d9534f;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 22px;
    border: 2px solid #e2312b;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 12px;
}

.cta-category__btn:hover {
    background: #fdf1f0;
    color: #c9433f;
    border-color: #c9433f;
}

.cta-category__btn svg path {
    fill: #d9534f;
}

.cta-category__btn:hover svg path {
    fill: #c9433f;
}

@media (max-width: 767px) {
    .cta-category__btn {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        text-align: center;
    }
}
