/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-05-26, 12:46:19
    Author     : Aneta
*/
.naglowek_section1_div h3 {
    font-size:26px;
    text-transform: uppercase;
    font-weight: 300;
    color: #1b1b1b;
    text-align:center;
    margin:20px 0;
    letter-spacing: 1.4px;
}
.naglowek_section1_div p {
    color: #898787;
    text-align:center;
    font-size:14px;
    padding:0 350px;
}
.naglowek_section1 {
    padding:40px 0 25px 0;
}
@media (max-width:1200px) {
    .naglowek_section1_div p {
        padding:0 60px;
    }
}

@media (max-width:480px){
    .naglowek_section1_div h3 {
        font-size:22px;
    }
    .naglowek_section1_div p {
        font-size:14px;
    }
    .naglowek_section1_div {
        height: initial;
    }
}