footer{
    height: 800px;
    background-color:var(--primaryColorText);
}

footer > .second-info div{
    width: 80%;
}

footer .second-info div.social-media-and-links{
    justify-content: center;
    max-width: 1200px;
    width: 80%;
}

footer .second-info div.social-media-and-links .other-links{
    width: auto;
}

.second-info{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.second-info > img{
    width: 230px;
}
.social-media{
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}


.other-links li{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.other-links li a{
    color: #fff;
    font-size: 16px;
    line-height: 1rem;
}

.copyright, .footerLink{
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footerLink{
    max-width: 300px;
}

@media screen and (min-width: 768px) {
    .social-media{
        max-width: 400px;
    }
}

@media screen and (min-width: 1024px) {
    footer{
        height: 330px;
    }

    .other-links li{
        margin-top: 20px;
    }

    .other-links li a{
        font-size: 1.1rem;
    }

    .other-links,
    .social-media{
        margin: unset;
    }

    .second-info > div{
        width: 80%;
        max-width: 1300px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .second-info .social-media{
        width: 20%;
    }

    .second-info .social-media img{
        width: 25px;
        height: 25px;
    }

    .second-info .other-links{
        margin-top: 0px;
    }

    .second-info .other-links ul li{
        display: inline-block;
        margin-left: 20px;
        margin-top: 0px;
    }

    .grid-btn-input input:placeholder-shown{
        text-align: left;
    }

    .copyright, .footerLink{
        font-size: 16px;
        line-height: 24px;
    }
}