.kubanya-article-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    margin: clamp(38px, 6vw, 64px) 0;
    padding: clamp(28px, 5vw, 48px);
    overflow: hidden;
    color: #f7f3eb;
    background: #102c24;
    border: 1px solid rgba(199, 164, 106, .38);
}

.kubanya-article-cta::before {
    position: absolute;
    top: -86px;
    right: 18%;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(199, 164, 106, .16);
    border-radius: 50%;
    content: "";
}

.kubanya-article-cta > * {
    position: relative;
    z-index: 1;
}

.kubanya-article-cta span {
    display: block;
    margin-bottom: 12px;
    color: #c7a46a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.kubanya-article-cta strong {
    display: block;
    max-width: 680px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -.025em;
}

.entry-content .kubanya-article-cta p {
    max-width: 680px;
    margin: 14px 0 0;
    color: #bcc8c2;
    font-size: 16px;
    line-height: 1.65;
}

.kubanya-article-cta .button {
    min-width: 210px;
    white-space: nowrap;
}

.kb-article-related {
    margin-top: clamp(36px, 6vw, 60px);
    padding: 26px 0 0;
    border-top: 1px solid rgba(15, 49, 39, .2);
}

.kb-article-related > strong {
    display: block;
    margin-bottom: 16px;
    color: #74877f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.entry-content .kb-article-related ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kb-article-related a {
    color: #133b30;
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: .24em;
}

.kb-article-faq h3 {
    margin-top: 32px;
    font-size: clamp(22px, 3vw, 30px);
}

@media (max-width: 760px) {
    .kubanya-article-cta {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kubanya-article-cta .button {
        width: 100%;
        min-width: 0;
    }
}

