footer{
    background-color: var(--secondary);
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
}
footer .container {
    width: 97% !important;
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 1700px !important;
}

footer .container .logo-footer {
    width: 330px;
}

footer .container .logo-footer a {
    display: grid;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

footer .container .logo-footer a .img {
    height: 50px;
    width: 55px;
    margin: auto;
    display: flex;
}

footer .container .logo-footer a .img  img{
    height: 50px;
    width: 53px;
}

footer .container .logo-footer a .textob {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bolder;
}

footer .container .social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

footer .container .social a {
    background-color: #5D9500;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;margin: 0 10px;
}

footer .container .new {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
footer .container .new h2 {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
footer .container .new p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

footer .copyright{
    margin-top: 10px;
}
footer .copyright p{
    color: #fff;
    text-align: center;
}
footer .copyright p a{
    color: #fff;
    font-weight: 800;
}