#ocw-historia .ocw-nos-his-section3__cards__left__cant-text {
    font-family: "helvetica",sans-serif;
    font-size: 16px;
    color: #19a301
}

.ocw-home-est {
    background-color: #f3f5f6;
}

.ocw-home-est__intro {
    font-size: 22px;
    font-family: "helvetica", sans-serif;
    color: #505d6c;
}

.ocw-home-est__list {
    display: flex;
    justify-content: center;
}

.ocw-home-est__number {
    font-size: 28px;
    color: #19a301;
    font-family: "roboto-medium", sans-serif;
    z-index: 2;
}

.ocw-home-est__desc {
    font-size: 14px;
    font-family: "roboto-regular", sans-serif;
    z-index: 2;
}

.ocw-home-est__item::before {
    content: "";
    position: absolute;
    width: 225px;
    height: 225px;
    top: 0;
    left: -22px;
    margin: auto;
    border: 1px solid #96a6b0;
    border-radius: 50%;
    z-index: 1;
}

.ocw-home-est__item {
    width: 190px;
    position: relative;
    height: 225px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 3em;
}

.ocw-container-section {
    width: 100%;
    margin: auto;
    max-width: 1920px;
    padding: 4rem 6rem;
    overflow: hidden;
}