.text-more p { font-weight: 300; font-size: 1rem; line-height: 1.5em;  }

.text-more h2 { color: #d12a27;font-size: 1.5rem; margin: 0 0 10px; }

#opis p { font-weight: 300; font-size: 1rem; line-height: 1.5em;  }

.about-us-text p {font-weight: 300; font-size: 1rem; line-height: 1.5em; color: #303030;}

.about-us-text h2 {font-weight: bolder; font-size: 1.25rem; color: #303030;}

.mtb-30 {
    margin-top: 15px;
    margin-bottom: 15px;  
}


h1.text-blue {
    color: #091d51;    font-size: 2.25rem;     font-weight: 100;
}
h2.bann { font-size: 2.5rem; font-weight: 400; position: relative; }

h2.bann::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
}