body{
    margin: 0;
}
/* 
POVEZANO */

.bz-povezane-vesti{
    position: absolute;
    top: 132px;
    left: 600px;
    width: 300px;
    height: 100%;
}

.bz-povezano-inner{
    position: sticky;
    top: 10px;
}

.povezano-image img{
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.povezano-one-story{
    display: flex;
    margin-bottom: 15px;
}

.povezano-one-story a{
    text-decoration: none;
    font-family: m500;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    color: black;
}

.citaj-jos-title{
    font-family: m500;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    color: black;
    margin-bottom: 1em;
}

.povezano-one-story h2{
    font-family: m500;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
}



.color-gradient{
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image-wrapper{
    height: 394px;
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baza-znanja-category-name{
    background-color: white;
    padding: 50px 70px;
    /* text-align: center; */
    max-width: 724px;
    box-sizing: border-box;
}

.baza-znanja-category-title{
    font-family: m900;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.baza-znanja-category-description{
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 28px;
/* or 165% */
color: #555555;
}

.bz-single-article-content{
    max-width: 557px;
    margin: auto;
    position: relative;
}

.bz-singe-article-info{
    display: flex;
}

.bz-azurirano{
    display: flex;
    align-items: center;
}

.bz-azurirano-text{
    margin: 0;
    font-family: m700;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #555555;
    width: 200px;
    text-align: left;
    padding-left: 10px;
}

.bz-single-article-title{
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-top: 75px;
    margin-bottom: 35px;
}

.bz-single-article-category{
    padding: 3px 6px;
    color: white;
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-right: 10px;
    text-transform: uppercase;
}

.bz-text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    /* or 165% */
    color: #5E5E5E;
    margin-top: 35px;
    margin-bottom: 50px;
}



@media only screen and (max-width: 1440px) {
    .category-image-wrapper{
        width: 100%;
    }

    .baza-znanja-category-name{
        width: 85%;
    }
  }

  @media only screen and (max-width: 1300px) {
   .bz-povezane-vesti{
       position: unset;
       width: 350px;
   }
  }

  @media only screen and (max-width: 770px) {

    .baza-znanja-category-name{
        /* width: 70%; */
        padding: 20px;
    }

    .bz-single-article-content{
        padding: 0 30px;
    }
  }

  @media only screen and (max-width: 450px) {
    .baza-znanja-category-title{
        font-size: 31px;
        line-height: 34px;
    }

    .baza-znanja-category-description{
        font-size: 16px;
        line-height: 25px;
    }

    .bz-povezane-vesti{
        width: 90%;
    }

  
  }

  @media only screen and (max-width: 375px) {
    .bz-singe-article-info{
        align-items: flex-start;
    }

    .bz-azurirano-text{
        max-width: 150px;
    }
  }


@font-face {
    font-family: m300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
  }
  
  @font-face {
    font-family: m500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
  }
  
  @font-face {
    font-family: m100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
  }
  
  @font-face {
    font-family: m900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
  
  @font-face {
    font-family: m700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
  }