#octopusFooter{
    background:#111111;
    color:#ffffff;
}

#octopusFooter a{
    color:#888;
    font-size:14px;
    line-height: 23px;
    font-weight: 400;
    text-decoration:none;
    transition:color .3s ease;
}

#octopusFooter a:hover{
    color:#D42025;
}

#octopusFooter h4{

    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#octopusFooter p,
#octopusFooter li{
    color:#888;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 320px;
}



.octopusFooter .elementor-heading-title{

    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:80px;
}