.container-nossa-tese {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: auto;
}

.text-nossa-tese {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 10em;
    width: 40em;
}

.text-nossa-tese h1 {
    color:  rgb(1, 69, 101);
    font-size: 2em;
}

.text-nossa-tese h3 {
    
    font-weight: 300;
}

.risco3 {
    
    height: .2em;
    width: 150px;
    border-radius: 1em;
    background-image: linear-gradient(to right, rgb(11, 11, 151), green);
}

.foto-nossa-tese img{
    width: 700px;
}

@media screen and (max-width: 768px) {
    #nossa-tese {
        width: auto;
    }

    .foto-nossa-tese img{
        width: 590px ;
    }
    
    .text-nossa-tese {
        width: auto;
    }
    .risco3 {
        margin-top: -.4em;
        height: .2em;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(11, 11, 151), green);
    }
}

@media screen and (max-width: 600px) {
    #nossa-tese {
        width: auto;
    }

    .foto-nossa-tese img{
        width: 240px;
        height: 240px;
    }
    
    .text-nossa-tese {
        width: auto;
    }
    .risco3 {
        margin-top: -.4em;
        height: .2em;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(11, 11, 151), green);
    }
}

@media screen and (max-width: 400px) {
    #nossa-tese {
        width: auto;
        height: 400px ;
    }

    .foto-nossa-tese img{
        width: 250px ;
        height: 150px;
    }
    
    .text-nossa-tese {
        width: auto;
    }
    .risco3 {
        margin-top: -.4em;
        height: .2em;
        width: 150px;
        border-radius: 1em;
        background-image: linear-gradient(to right, rgb(11, 11, 151), green);
    }
}