.img-news{
    width: 226.33px;
    height: 167.41px;
}

.img-post{
    width: 80px;
    height: 80px;
}

.img-container .img-date h1 {
    font-size: 13px;
    margin: 0px;
}

.img-container .img-date i {
    color: white;
    margin-right: 5px !important;
}

.img-container .img-date {
    padding: 8px;
    padding-inline: 10px;
    position: absolute;
    margin-top: 10px;
}

.img-container .img-date:hover {
    background-color: #222;
}

.img-container {
    position: relative;
}

.card-container:hover .img-date,
.card-container:hover .card-body {
    background-color: #111;
}

.page-link {
    background-color: rgba(0, 0, 0, 0) !important;
    color: white !important;
    border-radius: 0px !important;
    border-style: none !important;
    /* border-width: 0xp !important; */
}

.page-link:hover {
    color: gray;
}

.page-link:focus {
    text-decoration: underline !important;
    border-width: 0px !important;
}

.news-left {
    padding-right: 200px;
}

.news-right.title-text {
    font-size: 18px;
    color: white;
    margin: 20px;
    margin-bottom: 30px;
}

.post-holder {
    margin-inline: 20px;
    margin-bottom: 50px;
}

.post-text {
    padding-top: 5px;
    padding-left: 15px;
    line-height: 15px;
    font-size: 15px;
    width: 100%;
}

.post-img {
    height: 80px;
    width: 80px;
    background-color: rgb(200, 200, 200);
}

.card-title {
    font-size: 14px;
}

.card-text {
    font-size: 14px;
}

.name-comments {
    color: rgb(180, 180, 180);
    font-size: 14px;
}

.name-comments p {
    margin: 0px;
}

.name-comments i {
    margin-right: 5px;
}

@media screen and (max-width: 1399px) {
    .news-left {
        padding-right: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .news-left {
        padding-inline: 0px;
    }
}

@media screen and (max-width: 991px) {
    .card-title {
        font-size: 30px;
    }

    .card-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .card-title {
        font-size: 25px;
    }

    .card-text {
        font-size: 15px;
    }

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