/* temeco-custom.css
   Drobne style tylko pod stronę "o mnie" — sekcja wykształcenia
*/

.edu-block{
    margin-top: 1.5em;
    text-align: left;
}

.edu-item{
    margin: 0 0 1.25em 0;
}

.edu-title{
    font-weight: 700;
    margin: 0 0 0.35em 0;
    line-height: 1.3em;
}

.edu-points{
    margin: 0 0 0 1.2em;
    padding: 0;
}

.edu-points li{
    margin: 0.25em 0;
}

h3.edu-section{
    margin: 1.8em 0 0.9em 0;
    padding: 0 0 0.35em 0;
    border-bottom: solid 1px rgba(0,0,0,0.12);
    font-size: 1.05em;
    text-align: left;
}

@media screen and (max-width: 736px){
    .edu-points{ margin-left: 1.1em; }
    h3.edu-section{ margin-top: 1.5em; }
}
