.footer-tag{
    background-color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-businnes-inf{
    background-color: #002C42;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    gap: 5px;
}

.footer{
    display: flex;
    justify-content: center;
    max-width: 80vw;
    gap: 50px;
    padding: 50px 0px;
}

    .footer-box-inf{
        width: 300px;
    }

        .box-inf-title{
            font-family: 'Montserrat', sans-serif;
            color: white;
            font-size: 1rem;
            margin-bottom: 10px;
        }

        .box-inf-paragraph{
            font-family: 'Lato', sans-serif;
            color: white;
            line-height: 1rem;
        }

.footer-businnes-link-bw{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: white;
}

.footer-businnes{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: white;
}


@media (max-width: 600px) {
    .footer{
        flex-direction: column;
    }
}