.container-como-atuamos {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 800px;
}


.text-como-atuamos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 15em;
    width: auto;
}

.text-atuamos {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50em;
    margin: 10px;
    color:  rgb(1, 69, 101);
}

.text-atuamos p {
    font-size: large;
    font-weight: 500;
}

.container-box-como-somos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2em;
    width: auto;
}

.box-como-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 11em;
    height: 11em;
    margin: 1em;
}

.risco2 {
    height: .5em;
    width: 150px;
    border-radius: 100em;
    background-image: linear-gradient(to right, rgb(9, 9, 110), green);
}

.img-como-atuamos img{
    height: 4em;
    width: 4em;
}

@media screen and (max-width: 768px) {
    #como-atuamos {
        width: auto;
        height: 750px;
    }

    .container-como-atuamos {
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .text-como-atuamos {
        width: auto;
        align-items: center;
    }

    .text-atuamos {
        width: auto;
    }

    .risco2 {
        height: 2px;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(9, 9, 110), green);
    }
    
}

@media screen and (max-width: 600px) {
    #como-atuamos {
        width: auto;
        height: 1600px;
    }

    .container-como-atuamos {
        display: flex;
        flex-direction: column;
        width: auto;
        height: 1600px;
    }
    
    .text-como-atuamos {
        width: auto;
        align-items: center;
    }
    
    .text-atuamos {
        width: auto;
    }
    
    .risco2 {
        height: 2px;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(9, 9, 110), green);
    }

    .container-box-como-somos {
        display: flex;
        width: 400px;
        height: 900px;
    }
    
}

@media screen and (max-width: 400px) {
    #como-atuamos {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        height: 1700px;
    }
    
    .container-como-atuamos {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 1700px;
    }
    
    .text-como-atuamos {
        width: 250px;
        height: 350px;
        align-items: center;
    }
    
    .text-atuamos {
        width: auto;
    }
    
    .risco2 {
        height: 2px;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(9, 9, 110), green);
    }
    
    .container-box-como-somos {
        display: flex;
        width: auto;
        height: 900px;
    }
}