footer{
    background-color: #3F3D3D;
    width: 85%;
    /* height: 600px; */
    margin-left: 15%;
    margin-top: 200px;
    
}
.container_footer{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    height: 100%;
}
.footer_list{
    padding: 0;
    line-height: 30px;
    padding: 30px;
}

.title_footer{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.footer_item{
    color: #cfc8c8;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}
.icon_footer_fa{
    color: #fff;
    margin-right: 10px;
}
.footer_list_container{
    display: flex;
}
.footer_social{
    width: 250px;
    margin-right: 40px;
}
.footer_social img{
    width: 100%;
    
}
.footer_copyright{
    width: 200px;
    margin: 0 auto; 
    padding-bottom: 10px;
}
.footer_copyright img{
    width: 100%;
}
