/*Blagojcho news*/
body {
    font-family: 'Open Sans', sans-serif;
}

.news-content {
    float: left;

}

.news-featured {
    width: 100%;
    height: auto;
}


.news-title a {
    color: #046598;
}

.news-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #046598;
    text-transform: initial;
    text-align: center;
    padding: 0 51px;
}

.news-date {
    text-align: left;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    color: #000000;
}

.news-desc {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000;
    margin-top: 10px;
}

.more-info-container .more {
    font-size: 12px;
    color: #046598;
    opacity: 1;
    padding-top: 5px;
}

.more-info {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 2px;
    letter-spacing: 0;
    color: #046598;
    opacity: 1;
}

.title-news {
    position: relative;
}

.title-news img {
    float: left;
    margin-right: 0;
    max-height: 80px;
}

.title-news p {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.title-news h3 a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #046598;
}

.read-more-container {
    position: absolute;
    right: 0;
    bottom: 0px;
}

/*pagination*/
.pagination {
    padding: 50px 0;
    border: 1px solid white;
    justify-content: center;
}

.pagination a {
    color: #046598;
    padding: 4px 8px;
    border: 1px solid lightgray;
    size: 14px;
    margin-left: 5px;
}

.news-image-mob img {
    max-height: none;
    height: 100px;
    width: 100%;
}

@media (max-width: 767px) {
    .news-image-mob a {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .news-image-mob img {
        height: 175px;
        width: 100%;
        float: initial;
        max-height: none;
    }
}
