.text-news {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 5%;
}

.card {
    text-align: center;
}

.card-img-top {
    height: 15vw;
    background-color: rgb(150, 150, 150);
}

.card:hover {
    cursor: pointer;
}

.news-content {
    text-indent: 35px;
    margin-top: 30px;
}

.modal {
    /* width: 70%; */
}

.modal-body {
    /* width: 70%; */
}

.time {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 40px;
}

