footer{
    margin-top: 24px;
    width: 100%;
    height: auto;
    background-color: #066;
    text-align: center;
    padding-top: 36px;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    padding-bottom: 46px;
}
.taf_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    & h3{
        color: #ffe6f4;
        font-size: 2rem;
        margin-left: 6px;
    }
}
.taf_logo a{
    text-decoration: none;
    font-size: 2rem;
    color: #FFF;
    font-family: "Silkscreen", sans-serif;
}
.taf_cpr{
    color: #ffffffc2;
    padding-top: 12px; 
    & h2{   
        font-size: 1rem;
    }
    & h4{
        margin-top: 12px;
        font-size: .8rem;
    }
}
.taf_cpr h5{
    font-size: .7rem;
    padding-top: 6px;
}
.taf_cpr h5 a{
    color: #fff;
    font-weight: 700;
    color: #FE6A499F;
    text-decoration: none;
}
.ft_contact ul{
    list-style-type: none;
    & li{
        margin-top: 12px;
    }
    & li a{
        padding-top: 12px;
        text-decoration: none;
        color: #dac2ce;
        font-size: 1.2rem;
    }
}
