@media only screen and (min-width: 768px) {

    #contenido > div:nth-of-type(1){
        border-right: dotted 1px blue;
        
    }
    h1{
    margin-bottom: 40px; 
}
}

