#portifolio {
    background: linear-gradient(345deg, rgba(80,0,85,1) 0%, rgba(49,0,52,1) 49%);
    height: auto;
}

.conteudo-portifolio .txt {
    display: flex;
    align-items: start;
}

.conteudo-portifolio .txt h1 {
    font-size: 7rem;
}


.conteudo-portifolio {
        padding: 40px 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
}

.conteudo-portifolio h2 {
    color: white;
}

.box-portifolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.box {
    width: 26%;
    margin: 5px 0;
    text-align: center;
    color: white;
    font-size: 1.9rem;
}

.white-box {
    width: 230px;
    height: 170px;
    background-color: white;
    border-radius: 0px 50px 25px;
    margin: 0 auto;
}


@media screen and (max-width: 1100px) {
    .box {
        width: 40%;
    } 
}

@media screen and (max-width: 550px) {
    .box {
        width: 100%;
    } 
}