    .footer__links {
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .footer__links>* {
        color: #55298a;
        font-family: Oxygen, sans-serif;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: 18px;
        text-align: left;
        text-decoration: none;
    }
    
    footer ul .nav-link {
        bottom: 0;
        color: #00543d !important;
        font-family: Oxygen, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .1000000015px;
        line-height: 18px;
        text-align: left;
    }
    
    footer {
        background-color: white
    }
    
    footer address p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: 24px;
        text-align: left;
    }

    footer .btn {
        align-items: center;
        background-color: transparent;
        border: none;
        border-radius: 2px 2px 0 15px !important;
        color: #000;
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: inline-flex;
        font-family: Oxygen, sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 19px;
        padding: 18px 28px;
        text-align: left;
        transition: all 0.75s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s !important;
    }

