body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h5, h6 {
    font-weight:bold;
    text-align:center;
}

h2 {
    font-size:28px;
    font-weight:bold;
}

h3 {
    text-align:left;
    font-size: 24px;
}

h4 {
    font-size:18px;
    margin-bottom: 0;
    text-align:left;
    font-weight: 600;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}

.btn {
    border-radius:100px;
    font-weight:bold;
    font-size:16px;
    padding:12px 20px;
    gap: 10px;
}

.btn-primary {
    background-color:#015ECC;
}

.white {
    color:#F8F8F8;
}

.orange {
    color:#FF4D00;
}

.primary {
    color:#0D264E;
}

.grey {
    color:#D9D9D9;
}

.bg-light-grey {
    background-color:#EEEEEE;
}

.weight-700 {
    font-weight:700;
}

.weight-600 {
    font-weight:600;
}

.rounded-1 {
    border-color: #D9D9D9;
}

.bordered {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background-color: rgba(146, 169, 198, 0.12);
}

.img-border {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.object-position-center {
    object-position: center;
}

.banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.partial-border {
    border-bottom: 1px solid #D9D9D9;
}

ul.contact-info {
    list-style: none; /* uklanja klasične tačkice */
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

ul.contact-info li {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }

    h2 {
        font-size:40px;
    }

    h3 {
        font-size: 32px;
    }

    .text-left {
        text-align:left;
    }

    .partial-border {
        border-bottom: 0;
        border-right: 1px solid #D9D9D9;
    }

}