@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

.szerokosc{
    padding-left: 10%;
    padding-right: 10%;
}

.hero{
    background-image: url("/images/biuro-rachunkowe-lublin-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 90px; 
    text-align: center; 
}

.heroH1{
    padding-top: 100px;
    font-size: 3.7rem;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 700;
    color: black;
}
.heroP{
    padding-bottom: 100px;
    margin-bottom: 0px;
    font-size: 1.7rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    font-weight: 500;
    color: black;
}

.secondSection{
    /* background-color: #00452A; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}

.grn-sec-img{
    background-image: url("/images/green-section.png");
    height: 55px;
    width: 100%;
    background-color: #ececec;
    background-size: cover;
    background-repeat: no-repeat;
}

.grn-sec-img-bottom{
    background-image: url("/images/green-section-bottom.png");
    height: 55px;
    width: 100%;
    background-color: #ececec;
    background-size: cover;
    background-repeat: no-repeat;
}

.thirdSection{
    background-color: #00452A;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.fourthSecion{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.plusy-h4{
    margin-top: 40px;   
    min-height: 80px;
}

.poszczegolnyPlus{
    padding: 10px;
}

.faqSection{
    background-color: #f1f1f1;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.pytanieh4{
    padding-top: 30px;
}

.odpowiedzP{
    padding-top: 20px;

}

.blackbar{
    margin-top: 30px;
    width: 80%; 
    margin-left: 10%;
    margin-right: 10%;
    height: 1px; 
    background-color: #00452A;
}

.footerBottom{
    background-color: #ececec;
    padding-left: 10%;
    padding-right: 10%;
}

.logo-img-footer{
    padding-right: 10%;
}

.blackbarfooter{
    display: none;
}

@media screen and (max-width: 1450px) {
  

  }

@media screen and (max-width: 992px) {
    .heroH1{
        padding-top: 100px;
        font-size: 3.0rem;
        padding-left: 2%;
        padding-right: 2%;
    }
    .heroP{
        padding-bottom: 100px;
        margin-bottom: 0px;
        font-size: 1.4rem;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 30px;
    }
    
    .blackbarfooter{
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px; 
        height: 1px;
        background-color: rgb(187, 187, 187);
    }

    .logo-img-footer{
        width: 50%;
    }


}

@media screen and (max-width: 600px) {

    
    

  }