.ncf-wrapper-68e33ca5 {
    width: 100%;
    font-family: Arial, sans-serif;
}
.ncf-main {
    padding: 60px 40px;
}
.ncf-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
.ncf-col {
    flex: 1;
    min-width: 200px;
}
.ncf-col-intro {
    flex: 1.5;
    padding: 30px;
    border-radius: 8px;
    margin-right: 40px;
}
.ncf-logo {
    margin-bottom: 20px;
}
.ncf-logo img {
    height: auto;
    display: block;
}
.ncf-intro-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.ncf-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.ncf-social-icon {
    display: inline-block;
    transition: all 0.3s ease;
}
.ncf-col-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.ncf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ncf-list-item {
    margin-bottom: 15px;
}
.ncf-list-item a {
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}
.ncf-cert-box {
    border: 1px solid;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.ncf-cert-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.ncf-cert-subtitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ncf-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    border-radius: 8px;
    margin: 20px 40px 0;
}
.ncf-cta-content {
    flex: 1;
    min-width: 300px;
}
.ncf-cta-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.ncf-cta-subtitle {
    margin: 0;
    font-size: 14px;
}
.ncf-cta-action {
    margin-top: 15px;
}
.ncf-cta-btn {
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.ncf-copyright {
    margin-top: 40px;
    padding: 20px 40px;
    border-top: 1px solid #2a2a2a;
}
.ncf-copyright-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.ncf-copyright-text {
    font-size: 14px;
    color: #7a7a7a;
}
.ncf-copyright-links {
    font-size: 14px;
}
.ncf-copyright-links a {
    text-decoration: none;
    color: #8ba4b4;
    transition: color 0.3s ease;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .ncf-row {
        flex-direction: column;
    }
    .ncf-col-intro {
        margin-right: 0;
    }
    .ncf-cta {
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0 0;
    }
    .ncf-cta-action {
        margin-top: 20px;
    }
    .ncf-copyright-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}