#slider_zasady{
    clear:both;
    width:100%;
    margin: 0 auto;
    height:156px;
    background: url('../images/about_header.png') center no-repeat;
}
#slider_zasady h1{
    color:rgb(250,250,250);
    font-size:35px;
    margin: 0px auto 0px 15%;
    font-family: Aller;
}
#zasady_content{
    width: 57%;
    margin: 60px auto 0px auto;
    background: none;
}
#zasady_content_text h1{
    font-family: Aller;
    color: rgb(124,171,48);
    font-size:20px;
    margin-left:5%;
    text-align: center;
}
#zasady_content_text h2{
    font-family: Aller;
    color: #9b9ea6;
    font-size: 16px;
    margin: -10px 0 -15px 0;
}
#zasady_content_text{
    width:90%;
    margin:0px auto 0px auto;
    text-align: justify;
    line-height: 1.5;
}
#zasady_content_text p.first{
    font-family: Roboto;
    color: #9b9ea6;
    margin-left: 5% !important;
    text-align: center;
    font-size: 13px !important;
}
#zasady_content_text p{
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
    text-align: justify;
}
#zasady_content_text li.podpunkt{
    list-style: disc;
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
    text-align: justify;
    line-height: 28px;
}
#zasady_content_text li{
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
    text-align: justify;
    list-style-type: decimal;
    line-height: 28px;
}
a.zasady{
    color: rgb(124,171,48);
}

a.zasady:hover{
    color: rgb(124,171,48);
}
a.pdf{
    color: #9b9ea6;
}
a.pdf:hover{
    color: rgb(124,171,48);
}
.read_more{
    color: rgb(124,171,48);
    font-size:15px;
    float:right;
    font-family: Roboto;
    text-decoration: none;
}


@media (max-width: 1180px) {
#zasady_content_text{
    text-align: center;
    margin:0 auto 100px auto;
    float: none;
    width:100%;
}
#zasady_content{
    background: none;
}
}