.container-25-anos-respaldan {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    grid-gap: 32px;
    gap: 32px;
    padding: 32px 96px;
    background-color: white;
}


.nos-respaldan-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nos-respaldan-h1 {
    margin: 0;
    color: #00233f;
    font-family: Barlow-Bold;
    font-weight: 700;
    font-size: 128px;
    line-height: 1;
}

.nos-respaldan-h3 {
    margin: 0;
    color: #ECA500;
    font-family: Barlow-Bold;
    font-size: 35px;
    font-weight: 700;
}

.nos-respaldan-h4 {
    margin: 0;
    color: #00233f;
    font-family: Barlow-Bold;
    font-size: 40px;
    font-weight: 700;
}

.nos-respaldan-button {
    background-color: #ECA500;
    color: white;
    width: max-content;
    padding: 16px 29px;
    border-radius: 10px;
    font-size: 19px;
    margin: 16px 0 0;
    line-height: 1;
    font-family: Barlow-Bold;
    cursor: pointer;
    text-decoration: none;
}

.nos-respaldan-timeline {
    padding: 32px 16px 16px;
}

.nos-respaldan-timeline-item {
    padding: 16px 32px;
    position: relative;
    color: #000000b3;
    border-left: 2px solid #00233f;
}

.nos-respaldan-timeline-item>p {
    font-size: 32px;
    margin: 0;
    color: #00233F;
    font-weight: 700;
}

.nos-respaldan-timeline-item::after {
    width: 15px;
    height: 15px;
    display: block;
    top: 0;
    position: absolute;
    left: -8.5px;
    border-radius: 10px;
    content: "";
    border: 2px solid #ECA500;
    background: white;
}



@media screen and (max-width: 1018px) {

    .container-25-anos-respaldan {
        grid-template-columns: 100%;
        gap: 0;
        padding: 16px 15px;
    }
    .nos-respaldan-h1 {
        font-size: 72px;
    }
    .nos-respaldan-h3 {
        font-size: 21px;
    }
    .nos-respaldan-h4 {
        font-size: 24px;
    }

    .nos-respaldan-timeline-item  > {
        font-size: 16px;
    }

}