.profilo-main {
    background-color: #0d4062;
    

    .profilo-container {
        padding-top: 5vh;
        margin-left: 20vw;
        padding-bottom: 2.5vh;
        margin-right: 20vw;
        border-bottom: 2px solid white;
        

        .profilo-header{
            color: white;
        }
        

        p, ul {
            width:60vw;
            color: white;
            @media screen and (min-width:481px) {font-size: 16px;}
            @media screen and (max-width:480px) {font-size: 14px;}
        }
        
    }
    .profilo-container:last-of-type {
        border-bottom: none;
        padding-bottom: 30vh;
    }

    
}