footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F4;
    box-shadow: 1px -4px 10px 0px #e3e3e3;
}
.footer_items_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;  
    padding: 20px 80px;
}
.footer_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_item h6 {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.footer_item p {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;

}

.footer_dec{
    font-size: 0.7rem;
    max-width: 400px;
}

.footer_dec h6{
    font-size: 0.8rem;
    line-height: 1rem;
}

.footer_item button{
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    margin-right: 4px;
}

.footer_item img{
    width: 100%;
}

.copy_rights{
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 0.7rem;
}

#currentYear{
    margin-right: 4px;
}