.prensa {
  position: relative;
  background-color: white;
  z-index: 100;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.prensa__grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1360px;
}
.prensa .wrapper > p {
    text-align: center;;
}
.card-5 {
    box-sizing: border-box;
    width: 440px;
    /* height: 520px; */
    background-color: #eee;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.card-5 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.card-5:nth-child(3) img {
    object-position: 0 0;
}
.card-5__content {
    padding: 30px;
    padding-bottom: 60px;
}
.card-5 p {  
    color: #000;
    margin-bottom: 12px;
}
.card-5__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.card-5__text {
    font-size: 18px;
    line-height: 1.2;
}
.card-5__content a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--e2);
    cursor: pointer;
}
.card-5__content a:hover {
    text-decoration: none;
}
p.medio {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.prensa__more {
    text-align: center;
    margin-bottom: 20px;
}
.prensa a.more {
    display:inline-block;
    width: 260px;
    text-align: center;

}