.bg-green {
    background-color: #25459d !important;
}
.cl-blue{
    color: #fff !important;
}

.bg-blue {
    background-color: #fff !important;
}

.usluge_sec .usluge_child {
    background-color: #e9f6fc;
}

.nw {
    white-space: normal;
}

.btn {
    white-space: inherit;
}

.btn-secondary {
    color: #fff;
    background-color: #abd15a;
    border-color: #abd15a;
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  
    h1 {font-size:1.5rem;} /*1rem = 16px*/
  }