.cak-support-posts-list-section {
    border-radius: 24px;
    background-color: rgba(242,242,246, 1);
    background-size: 100%;
    background-image: linear-gradient(180deg, rgba(242, 242, 246, 1) 0%, rgba(242, 242, 246, 0.903218) 52%, rgba(242, 242, 246, 0.799579) 100%);
    padding: 48px;
    max-width: 450px;
}
.cak-support-posts-list-section h2 {
    color: rgba(9,9,11,1);
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.5px;
    line-height: 48px;
    text-transform: uppercase;
}

.cak-support-posts-list-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cak-support-posts-list-section ul li {
    border-bottom: 1px solid #d7d7d8;
    padding: 10px 0;
}

.cak-support-posts-list-section ul li:last-child {
    border: none;
}

.cak-support-posts-list-section ul li a {
    color: rgba(9,9,11,1);
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.cak-support-posts-list-section ul li a:hover,
.cak-support-posts-list-section ul li.active a {
    color: rgba(255,51,10,1);
}


@media (max-width: 767px) {
    .cak-support-posts-list-section {
        padding: 30px;
    }
    .cak-support-posts-list-section h2 {
        font-size: 30px;
        line-height: 38px;
    }
}