#anchor-news {
    scroll-margin-top: 70px;
  }

   #anchor-about {
    scroll-margin-top: 100px;
  }


.navbar-logo-text-primary {
    margin-top: 5px;
    font-weight: bolder;  
    color: white;
    text-align: left;
}

.navbar-logo-text-primary {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 50px;
}



a.navbar-logo-text-primary:hover {
    color: #17b3ab !important; 
}



.navbar-logo-text-secondary {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bolder;  
    color: white; 
    text-transform: uppercase;
    width: 15%;
    text-align: center;
}

ul.cennik {
    font-size: 25px;
    font-weight: 100; 
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 35px;
}

ul.cennik > li {
    margin-bottom: 15px;
}

.cennik-ico {
    /* color: #17b3ab; */
    color: #DE2068;
    width: 65px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.cennik-label {
    width: 220px;
    display: inline-block;
}

.cennik-value {
    display: inline-block;
    font-weight: 900;
}

h3.account {
    background-color: #17b3ab;
    color: white;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding: 12px;
}

h3.account::selection {
    color: #DE2068;
    background: yellow;
}


.contact-field i {
    color: #17b3ab;
    font-size: 40px;
}

.child-containt .contact-field p {
    text-align: center;
    font-size: 20px;
}

.ti-text h3 {
    margin-bottom: 0px;
}