.blog-banner .section-content {
    z-index: unset !important;
}

.blog-cta .col-inner {
    background-image: url('https://td-corp.vn/wp-content/uploads/2026/08/Frame-2147239424.jpg');

    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    border-radius: 4px;
}

.blog-cta .col-inner h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    margin-bottom: 12px;

}

.blog-cta .col-inner p {
    font-size: 14px;
}

.blog-cta-btn {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
    width: 100%;

    display: flex;
    gap: 4px;
    justify-content: center;

    background: #F97316 !important;
    color: white !important;
    text-transform: none;

    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    margin: 0 !important;
}

.blog-cta-btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translatey(2px);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.1673 5.83325L5.83398 14.1666M14.1673 14.1666V5.83325H5.83398' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}