.footer {
    margin: 70px 0;
}
.logo-footer p {
    font-family: "font_medium";
    color: #000;
    font-size: 14px;
    width: 86%;
    margin: 20px 0;
}

.media-footer ul{
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-footer ul li{
    display:  block;
}

.media-footer ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height:45px;
    width: 45px;
    transition: all .5s linear;
    font-size: 22px;
    border-radius: 50%;
    border: 1px dashed #000000;
    columns: #000;
}

.media-footer ul li a:hover{
    background-color: #004AAD ;
    color: #fff;
    border: transparent;

}

.element-footer h2 {
    color: #000;
    font-family: "font_medium";
    margin-bottom: 20px ;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
}

.element-footer h2  span{
    height: 3px;
    border-radius: 2px;
    width: 25px;
    background-color: #DE7B19;
}

.element-footer ul li {
display: block;
margin: 20px 0px;
transition: all .3s linear;

}



.element-footer ul li a {
    display: flex;
    gap: 10px;
    transition: all .3s linear;


}

.element-footer ul li:hover a {
    color: #DE7B19;
}
.element-footer ul li:hover {
    transform: translateX(10px);

}