.cover-politika{
    background-color: #ebebeb;
    height: 12vw;
    background-image: none;
    position: relative;
}

.cover-heading-politika{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 98;
}

.politika-text{
    width: 55vw;
    margin: auto;
    text-align: left;
    padding: 50px 0 50px 0 ;
}

.politika-text a{
    color:black !important;
}

.politika-text a+a{
    margin-left: 0 !important;
}

.politika-text h5{
    color: rgb(9, 153, 9) !important;
    font-size: 1.1em !important;
    margin-bottom: 10px !important;
    font-weight: 700;
}

h1{
    color: rgb(9, 153, 9) !important;
    font-size: 1.5em !important;
}

/******************************/ 
/* LAPTOP */
@media only screen and (min-width: 960px) and (max-width: 1260px){
    .politika-text{
        width: 65vw;
    }

    .cover-politika{
        height: 18vw;
    }
}

/******************************/ 
/* TABLET */
@media only screen and (min-width: 480px) and (max-width: 960px){
    .politika-text{
        width: 75vw;
    }

    .cover-politika{
        height: 24vw;
    }
}


/******************************/ 
/* MOBILNI */
@media only screen and (max-width: 480px){
    .politika-text{
        width: 85vw;
    }

    .cover-politika{
        height: 30vw;
    }
}