.education { } .rowFormacionTitulo { width: 100%; height: 100px; float: left; margin-bottom: 70px; } .rowFormacionTitulo h2 { font-size: 2em; font-weight: 100; line-height: 6.5; } .iconFormacion { width: 110px; float: left; margin-top: 30px; margin-right: 10px; } .subrayadoFormacion { margin-top: -70px; width: 280px; float: left; border: 1px solid black; } .rowFormacionContenidoleft { box-sizing: border-box; width: 50%; float: left; padding-right: 20px; margin-top: 40px; } .rowFormacionContenidoright { box-sizing: border-box; width: 50%; float: right; margin-top: 40px; } .education dl { width: 100%; // margin-bottom: 30px; -webkit-font-smoothing: antialiased; padding: 16px 0; } .education dt { font-size: 1.3em; font-weight: 100; margin-bottom: 5px; } .education dd { line-height: 25px; font-size: 1.6em; font-weight: 300; margin-bottom: 5px; } .rowFormacionContenidoleft dl dd:last-child { font-size: 1.3em; font-weight: 100; -webkit-font-smoothing: antialiased; } .rowFormacionContenidoright dl dd:last-child { font-size: 1.3em; font-weight: 100; -webkit-font-smoothing: antialiased; } .education p { font-size: 1.5em; margin-bottom: 16px; font-weight: 200; line-height: 1.2; } .education p a { text-decoration: none; color: black; } .education p a:hover { text-decoration: underline; } @media (max-width: 48em) { .rowFormacionContenidoleft { width: 100%; margin-top: 8px; padding-right: 0px; } .rowFormacionContenidoright { width: 100%; float: left; margin-top: 0; ; } .education dl { border-bottom: 1px solid black; } }