:root{
    --mcan-green: #00A86B;
    --mcan-blue: #263e9e;
}
.footer{
    background-color: var(--mcan-blue);
    color: white !important;
    height: auto;
    padding-block: 40px;
    line-height: unset;
}
.footer a{
    color: white !important;
}
        .footer-social-icons{
            display: flex;
            gap: 15px;
            margin-top: 15px;
        }
        .subscribe-label {
            font-weight: 700;
            text-transform: uppercase;
        }
        a {
            display: block;
            img, svg {
                width: 20px;
                height: 20px;
                opacity: 0.7;
                transition: opacity 0.3s;
                //padding: 10px;
                &:hover {
                    opacity: 1;
                    //border: 1px solid white;
                    //border-radius: 50px;
                }
            }
        }
