.estudis {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.estudi {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.estudi img {
    width: 165px;
    height: 155px;
} 
@media (max-width: 390px ) {
    .estudi {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        font-size: 1rem;
    }
}
@media (max-width: 390px) {
    .estudis {
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (max-width: 390px) {
    .quisoc h1 {
        font-size: 1.5rem;
    }
}
