/* Tearms of Use */
#tearms-of-use{
    color: var(--color-scheme-1-text);
}
.politika-privatnosti{
    text-decoration: underline;
    color: var(--color-scheme-1-text);
    font-weight: 500;
}


/* Extra small devices (phones, portrait) */
@media (max-width: 575.98px) {
    #tearms-of-use{
        text-align: justify;
    }
    #tearms-of-use h4{
        text-align: left;
    }
}

/* Small devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS for larger phones / small tablets */
}

/* Only for medium screens */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .p-lg-10{
        padding: 0;
    }
}

/* Extra Large devices (desktops) */
@media (min-width: 1200px) {
    .p-lg-10{
        padding: 10rem;
    }
}