.istorijat-godina {
    color: white ;
    width: 100%;
    text-align: center;
    font-weight: 400;

    font-size: 25px;
    line-height: 25px;
    padding-top: 3px;
}

.istorijat-body {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    border-top: 5px solid #48b2bf;

    margin-top: 90px;
    width: 250px;
    
}

    .istorijat-body .header {
        margin: 0;
        padding-left: 10px;
        text-align: left;
        font-size: 23px;
        font-weight: 400;
        background-color: white;
        color: #48b2bf;
        margin-top:20px;
    }

    .istorijat-body .text {
        margin-top: 10px;
        color: black;
        font-size: 13px;
        text-align: left;
        padding-left: 10px;
        padding-bottom: 10px;
    }

.istorijat-slika-crop {
    width: 100%;
    object-fit:fill;
    object-position: center;
    margin: 0;
    padding: 0;
    height:350px
}

.istorijat-footer {
    padding: 0;
    margin: 0;
    margin-left: 17px;
    margin-top: 88px;
    width: 244px;
}

.istorijat-text {
    padding: 10px;
    margin: 0;
    margin-left: 17px;
    margin-top: 88px;
    width: 244px;
}


.owl-carousel {
    margin-top: 100px;
    text-align: center;
}

    .owl-carousel .item {
        background-image: url('/images/slider-green.png');
        cursor: pointer;
        background-position: top;
        background-repeat: no-repeat;
        width:100%;

    }


@media(max-width: 992px) {
    .istorijat-body {

        border-top: 5px solid #48b2bf;
        margin-top: 90px;

        width: 350px;
    }

    .istorijat-slika-crop {

        height: 450px
    }


    .istorijat-body .header {
        font-size: 30px;
    }
}




.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 30px;
    cursor: pointer;
    top: 253px !important;
}


.owl-carousel .prev-slide {
    background: url(/images/owl-prev.png) no-repeat;
    left: -25px;
    
}

.owl-carousel .next-slide {
    background: url(/images/owl-next.png) no-repeat;
    right: -35px;
}

.owl-carousel .prev-slide:hover {
    background: url(/images/owl-prev.png) no-repeat;
}

.owl-carousel .next-slide:hover {
    background: url(/images/owl-next.png) no-repeat;
 
}

@media(max-width: 992px) {
    .owl-carousel .prev-slide {
        left: -10px;

    }

    .owl-carousel .next-slide {
        right: -10px;
    }

}