.nuestra-historia-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1440px;
    padding: 0 150px;
}
.nuestra-historia-container p {
    color: #1D1D1F;
    font-family: Helvetica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.34px;
}
.custom-h2 {
    color: #0070B2;
    font-family: Helvetica;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 102.222% */
    background: linear-gradient(90deg, #0070B2 0%, #00A6BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-h3 {
    color: #0070B2;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 209.091% */
}

.custom-paragraph {
    color: #1D1D1F;
    font-family: Helvetica;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    letter-spacing: 0.34px;
}


@media only screen and (max-width: 768px) {
    .nuestra-historia-container {
        padding: 0 20px;
    }
}