.life-analy-container h5 {
    font-family: "HelveticaNeue";
    padding-top: 35px;
    margin: auto;
    width: 80%;
    font-size: 16px;
    line-height: 1.47;
    letter-spacing: 0.34px;
    color: #16202d;
}

/* Funding section */

.square {
    padding: 45px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    font-family: "Rubik";
    color: #16202d;
}

.square h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 20px;
}

.square p {
    font-family: 'HelveticaNeue';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    /* Margin only with 2 columns */
    .funding-block-l {
        margin-right: 25px;
    }

    .funding-block-r {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 550px) {
    
}

@media only screen and (min-width: 768px) {
    .quote-text {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) {

}

/* Helena Quote */

.quote-section {
    color: #16202d;
    padding-bottom: 60px;
}

.quote-text {
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.18;
    letter-spacing: 0.8px;
}

.helena-section {
    margin-top: 27px;
    float: right;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: 0.34px;
}

.helena-section h5 {
    font-size: 17px;
    font-weight: 500;
}

.helena-section p {
    line-height: 13px;
}