.custom-footer-wrapper-fd43c6ab {
    width: 100%;
    padding: 60px 40px 30px;
    font-family: inherit;
    box-sizing: border-box;
}

.cf-top-fd43c6ab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.cf-col-fd43c6ab h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 500;
}

.cf-col-fd43c6ab p,
.cf-col-fd43c6ab a {
    font-size: 15px;
    margin-bottom: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.6;
    margin-top: 0;
}

.cf-col-fd43c6ab a:hover {
    opacity: 0.8;
}

.cf-social-icon-fd43c6ab {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cf-social-icon-fd43c6ab svg {
    width: 100%;
    height: auto;
}

.cf-divider-fd43c6ab {
    border-top: 1px solid;
    margin-bottom: 30px;
    width: 100%;
}

.cf-bottom-fd43c6ab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cf-bottom-text-fd43c6ab {
    font-size: 13px;
}

@media (max-width: 1024px) {
    .cf-top-fd43c6ab {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cf-top-fd43c6ab {
        grid-template-columns: 1fr;
    }
    .cf-bottom-fd43c6ab {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}