@media(max-width: 991px) {
    .contImgCard > img {
        height: 145px;
    }
}

@media(max-width: 768px) {
    .flexCont {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        grid-auto-flow: row;
    }
    .galleryImg {
        height: auto;
        min-height: auto;
        max-height: fit-content;
        margin: 4px 0;
    }
    .galleryImgCenter {
        height: auto;
        min-height: auto;
        max-height: fit-content;
        margin: 4px 0;
    }
    .newsInCont {
        flex-wrap: wrap;
    }
    .contImgInNews {
        width: 100%;
    }
    .newsBtn {
        width: 100%;
    }
    .flexArticlesCont {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        grid-auto-flow: row;
    }
}
@media(max-width: 500px) {
    .contImgCard > img {
        height: auto;
    }
}
@media(max-width: 400px) {
    .cantCardBody > h5 {
        font-size: 13px;
    }
    .cantCardBody > span {
        font-size: 12px;
    }
    .btnMore {
        font-size: 12px;
    }
    .articlesBtn {
        font-size: 12px;
    }
}