body{
    background-color: 	#faf6e4;
    margin: 50px;
    font-family:'Times New Roman', Times, serif;
    color: #244377;
}
.logo{
    max-width: 200px;
}
h1{
    line-height: 1.5em;
    margin-top: 20px;
}
.icon{
    width: 50px;
}
.details{
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}
.riga:after{
    content:'';
    display: table; 
    clear: both;
}

@media (min-width: 768px){
    .details{
        font-size: 22px;
    }
}