span.tytulSekcji{
    font-size:40px;
    
    text-align: left;
    color:rgb(39,77,100);
    overflow:hidden;
    /* float:left; */
    

}

h2{
    width:100vw;
    text-transform:capitalize;
    text-decoration: none;
    font-size: 40px;;
    overflow:hidden;
    float:left;

    margin-left:100px;
    border:0px solid black;
}


/* sekcja kontakt */
.TytulBox{
    margin-left:0vw;
    margin-top: 0vw;
    border:0px solid black;
}
    .nadtytul{
        font-size: 20px;
        line-height:20px;
        margin-left: 5vw;
        
        text-align: left;
    }

    h3.podtytul{
        font-size:30px;
        line-height:35px;
        margin-left: 5vw;
    }

    .krechaCiemna{
        height:1px;
        background-color:rgb(39,77,100);
        
        border:0px;
        max-width:10vw;
        margin-left: 5vw;
        overflow:hidden;
    }

@media (width <= 1218px){
    h3{
        background-color: rgb(255, 255, 255);
        color:rgb(39,77,100);
        text-transform:capitalize;
    }

    .daneTele{        
        font-size:20px;    
        color:rgb(39,77,100);
        text-align: left;
        margin-left:20px;
        margin-right: 15px;
        border:0px solid black;
    }    
    
}

.daneTele{
    font-size:20px;    
    color:rgb(39,77,100);
    text-align: left;
    margin-left:20px;
    margin-right: 15px;
    border:0px solid black;
}
a.tele{
    text-decoration: none;
    color:rgb(39,77,100);
}
a.tele:hover{
    text-decoration: none;
    color:rgb(134,195,41);
}


#przyciskWiecejSekcja{
    background-color: RGB(51,102,153);
    border-radius: 30px;
    border:0px solid black;
    height:auto;
    width:250px;
    text-align: center;
    text-decoration: none;
    padding:5px;
    overflow:hidden;
    margin:0 auto;
  }

 