@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%;
}

.button-nasza-oferta{
    /* padding: 10px 40px 10px 40px; */
    margin-top: 20px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    border: none;
    background-color: #C9B07D;
    border: 2px solid #C9B07D;
    color: black;
    font-weight: 700;
    cursor: pointer;
}

.button-kontakt{
    margin-top: 20px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid #C9B07D;
    text-decoration: none;
    color: black;
    font-weight: 700;
    cursor: pointer;
}

.top2nd{
    background-image: url("/images/top2nd.svg");
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat; 

}

.oferta{
    background-color: #111715;
    color: white;
}

.steph2{
    font-weight: 700; 
    padding-bottom: 10px;
    min-width: 500px
}

.steph4{
    font-weight: 700; 
    padding-top: 10px;
    padding-bottom: 10px;
}

.steps-rysunki{
    display: block;
    min-height: 300px; 
}

.bot2nd{
    background-image: url("/images/bot2nd.svg");
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat; 

}

.kontaktstyle{
    padding-top: 100px;padding-bottom: 100px;
}

.img-mobile{
    display: block;
}

@media screen and (max-width: 1450px) {
    .szerokosc{
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .button-kontakt{
        width: 100%;
        
    }

   

  }

@media screen and (max-width: 992px) {


.steps-rysunki{
    display: none;
    min-height: 300px; 
}

.steph2{
    font-weight: 700; 
    padding-bottom: 10px;
    min-width: 100px
}

.kontaktstyle{
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-mobile{
    display: none;
}

}

@media screen and (max-width: 600px) {
    .szerokosc{
        padding-left: 10%;
        padding-right: 10%;
    }
    
    
    

  }