.footer {
    margin-bottom: -90px;
    margin-top: -150px;
}

.right img{
    height: 67px !important;
}

.grid-footer {


    margin-top: 70px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    align-items: center;
    gap: 2rem;
}

.left-column {
    width: 50%;
    float: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}

.right-column {
    width: 50%;
    float: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}

.footer a {
    text-decoration: none;
    color: black;
}

.footer a:hover {
    color: var(--main-color);
    font-weight: 600;
}


@media (max-width: 970px){
    .right img{

        width: 400px;
        margin-bottom: 50px;
    }

    .last-text{
        margin-top: 30px;
    }

}
@media (max-width: 970px){
    .right img{

        width: auto;
        margin-bottom: 50px;
    }
}
@media (max-width: 670px){
    .grid-footer {
        justify-content: center;
    }
    .left-column{
            width:auto;
    }
    .right-column{
            width:auto;
    }
}
