.box-news-3{
    min-height:200px;
    background-color: #fff; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top; 
    width:32%;
    border-radius: 9px;
}

.box-news-desc{
    min-height: 86px;
}

.box-news-thumb{
height: 205px; 
overflow: hidden; 
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}

.box-news-thumb img {
transition: transform .5s ease;
width:100%;
height: auto;
}

.box-news-3:hover img {
transform: scale(1.1);
}

.box-news-3:hover .box-news-desc{
    color:#616161; 
}


.box-news-3-margin{
    margin-left:2%;
    margin-right:2%;
}

.StronaGlownaNews #bottom #pages{
    background: transparent;
}

.StronaGlownaNews-header{
font-size:36px;
text-align:center;
padding-bottom:32px;
font-weight:700;
}



@media (max-width: 1200px) {
    .box-news-3{
        width:400px;
        display: block;
        margin-left:auto;
        margin-right:auto;
        margin-top:40px;
    }
    .box-news-3-margin{
        margin-left:auto;
        margin-right:auto;
    }
    .StronaGlownaNews-header{
        padding-bottom:0;
    }
}
@media (max-width: 450px) {
    .box-news-3{
        width:90%;
    }
    .box-news-thumb{
        height: auto;
    }
}