@charset "UTF-8";

body {
    font-family: 'Gothic A1', sans-serif;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .title {
    font-family: sans-serif;
    font-weight: 600;
}
h1 {
    color:#34b891;
    font-family: 'Gothic A1', sans-serif;
}
a {
    font-weight: 600;
    color:#34b891;
}
.pozycje div {
    padding-top: 20px;
    padding-bottom: 20px;
/*    border-bottom: solid 1px grey*/
}
a[href$=".doc"], a[href$=".docx"], a[href$=".pdf"], a[href$=".xls"], a[href$=".xlsx"] { 
    background: url('https://i.imgur.com/n8EHrrI.png') 100% 50% no-repeat; 
    padding-right: 25px;    
    color:rgb(44, 119, 97);
}
.row.pozycje div:nth-child(even) {
    background-color: #ebf1f4;
}