.noticias .item {
    margin-top: 35px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
            box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.noticias .image {
    height: 220px;
}

.noticias .text-box {
    padding: 50px 25px 35px;
    position: relative;
}

.noticias .date {
    width: 66px;
    height: 70px;
    background: #ff5a00;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -45px;
}

.noticias .btn {
    margin: 45px auto 0;
}

.noticias .text > p {
    margin: 0;
}

@media (min-width: 576px) {
    .noticias .image {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .noticias .image {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .noticias .image {
        height: 220px;
    }
}