.cf-723ce47d {
    background-color: transparent;
    color: #ffffff;
    font-family: sans-serif;
    padding: 60px 20px 20px;
}

.cf-723ce47d a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.cf-723ce47d a:hover {
    opacity: 1;
}

.cf-main-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.cf-col h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: bold;
}

.cf-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-col ul li {
    margin-bottom: 12px;
}

.cf-col-1 img {
    max-width: 150px;
    margin-bottom: 20px;
}

.cf-desc {
    margin-bottom: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.cf-subtext {
    font-size: 1rem;
}

.cf-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 0.9rem;
    opacity: 0.7;
}

.cf-bottom-links ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .cf-main-grid {
        grid-template-columns: 1fr;
    }
    .cf-bottom-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}