        #p6 .footer {
            height: 30vh;
            width: 100%;
            background-color: #f1e4d9;
            display: flex;
            font-family: 'Urbanist', sans-serif;
            margin-top: 2rem;
        }

        #p6 .prinimportant {
            width: 30%;
            height: 100%;
            display: flex;
            flex-direction: column;
            margin-left: 10%;
        }

        #p6 .divmention {
            height: 40%;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        #p6 .divdevweb {
            height: 50%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        #p6 .hrefmention,
        #p6 .paradev {
            color: black;
            font-size: 1.1rem;
            font-family: 'Montserrat', sans-serif;
        }

        #p6 .divdevweb {
            height: 25%;
            width: 100%;
            display: flex;
            justify-content: flex-start;
        }

        #p6 .paradev {
            margin: 0;
            line-height: 30px;
        }

        #p6 .divfin {
            width: 60%;
            height: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
        }

        #p6 .paralegual {
            color: black;
            font-size: 1.1rem;
            font-family: 'Montserrat', sans-serif;
            margin-right: 3rem;
            margin-bottom: 1rem;
        }