.nesta-edicao .box-nesta-ed {
    width: 100%;
    height: 100%;
    border-left: 4px solid #004a8e;
    padding-left: 1em;
}

.nesta-edicao .box-nesta-ed .text-box{
    padding-inline-start: 40px;
}

.nesta-edicao .box-tumb-revista {
    width: 180px;
    height: 240px;
    box-shadow: 3px 3px 15px rgba(0,0,0,.2);
    display: inline-block;
}

.nesta-edicao .box-desc-tumb {
    max-width: 250px;
    display: inline-block;
    text-align: left;
}

.nesta-edicao .box-tumb-revista .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nesta-edicao .btn-assinar {
    color: #fff;
    border-radius: 30px;
}

/****** OUTRAS EDIÇÕES ******/
.outras-edicoes .card-revista {
    width: 100%;
    height: 360px;
}

.outras-edicoes .card-revista .box-img-revista {
    width: 225px;
    height: 300px;
    margin: 0 auto;
}

.outras-edicoes .card-revista .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.outras-edicoes .cont-desc {
    width: 225px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
}