@media screen and (min-width:1600px) {
    .card-report-grid-parent {
        padding: 0 7em 0 7em
    }
}

@media (max-width:1500px) {
    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr 1fr 1fr 1fr !important
    }
}

@media (max-width:1400px) {
    .card-report {
        width: 17em !important;
        height: 11em !important
    }

    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent .card {
        margin-bottom: 40px;
        max-height: 100%
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 0 !important;
        row-gap: 14px !important;
        padding: 0 !important
    }

    .report-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width:1285px) {
    .card-report {
        width: 16.2em !important;
        height: 10em !important
    }

    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 0;
        padding: 0
    }
}

@media (max-width:1190px) {
    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent .card-report {
        max-height: 100%;
        margin-bottom: 40px
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr 1fr !important;
        gap: 0;
        padding: 0
    }
}

@media (max-width:1024px) {
    .card-report {
        width: 19em !important
    }
}

@media (max-width:970px) {
    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr 1fr !important
    }
}

@media screen and (max-width:950px) {
    .card-report-grid-parent {
        grid-template-columns: 1fr !important
    }

    .button__wrapper--2 {
        text-align: center
    }

    .button__wrapper {
        margin-top: 1.2rem;
        width: 100%
    }
}

@media (max-width:940px) {
    .card-grid-space {
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width:900px) {
    .button__wrapper--2 {
        text-align: center
    }

    .button__wrapper {
        margin-top: 1.2rem;
        width: 100%
    }
}

@media (max-width:768px) {
    .card-report-grid-parent .card-report {
        margin-bottom: 40px
    }

    .section__prensa:before {
        top: calc(100% - 64px) !important
    }
}

@media (max-width:640px) {
    .card-grid-space {
        display: flex;
        justify-content: center
    }

    .card-grid-space {
        display: flex;
        justify-content: center
    }

    .section__prensa:before {
        top: calc(100% - 64px) !important
    }

    .card-report-grid-parent {
        grid-template-columns: 1fr !important;
        margin-bottom: 40px
    }
}

@media screen and (max-width:520px) {
    .card-report {
        max-width: calc(100vw - 4rem)
    }
}

.card-report-grid-parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    grid-row-gap: 13px;
    place-items: flex-start;
    line-height: 1.6;
    background-color: #fff;
    padding: 0;
}

.row,
body.boxed .wrapper-inner {
    max-width: 145rem;
}

.column__three {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    padding: 0 1.2rem;
    position: relative;
    width: 100%;
    justify-content: center;
}

.press-tag {
    color: #525252;
}

.press--sub,
.press-tag {
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.title--press {
    font-size: 2rem;
    font-weight: 700;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 1.2rem;
    margin-top: 0;
}

.title--press>a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.title--press>a:hover {
    color: black;
}

.press>.column>p {
    font-size: 16px;
}

.press--sub,
.press-tag {
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}
