@media (max-width: 768px) {
    footer{
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }

    footer div{
        margin: 10px 0px;
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    #footerCopyright h3{
        padding: 1px;
        font-size: .7rem;
        margin: 10px 0px;
    }

    #logoFooter{
        width: 80%;
    }

    footer h3{
        text-align: center;
    }
}

@media (min-width: 769px) {
    footer{
        padding: 100px 20px;
    }

    footer div{
        width: 20vw;
        padding: 10px 0px;
    }

    #contactFooter{
        display: grid;
    }

    
    #solutionFooter div{
        display: grid;
    }
    
    #budgetFooter{
        display: grid;
    }

    #footerCopyright h3{
        padding: 1px;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #logoFooter{
        width: 20%;
    }

    
#footerCopyright{
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
    
}

footer{
    color: white;
    background-color: #091C3B33;
    width: 100%;
    justify-self: center;
    justify-content: space-between;
    display: flex;
    margin-top: 100px;
    box-sizing: border-box;
    position: relative;
    backdrop-filter: blur(5px);
}

footer h1{
    font-size: 1.15rem;
}

footer h3{
    font-size: .9rem;
}

footer a{
    font-size: 1rem;
    color: white;
}


#logoFooter{
    fill: white;
    height: auto;
}


#footerCopyright{
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
}