/* uslovi-koristenja.css - custom styles for terms of use */
.section-title {
    color: #f59e0b;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.terms-list {
    margin-left: 2rem;
    list-style: decimal;
}
.terms-contact {
    color: #f59e0b;
    font-weight: bold;
}
