.footer {
    padding-top: 10px;
    padding-bottom: 4px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 90px;
}

    .footer_link {
        color: white;
        font-size: 15px;
        letter-spacing: 0.2px;
        font-weight: 300;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
    }

    .footer_link:hover {
        text-decoration: underline;
    }

    .cdot {
        width: 30px;
        text-align: center;
        color: white;
    }

    .footer_text {
        color: white;
        font-size: 15px;
        letter-spacing: 0.2px;
        font-weight: 300;
        text-align: left;
        text-transform: capitalize;
    }

    @media screen and (max-width: 547px) { 
        .footer_text {
            width: 100%;
            text-align: center;
        }
        .cdot_2 {
            display: none;
        }
    }