.hero-pilares {
    display: flex;
    justify-content: center;
    background-color: var(--primary);
}

.hero-pilares-centering {
    max-width: var(--max-width);
    width: 100%;
}

.hero-pilares-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.hero-pilares-button {
    border: 1px solid var(--base);
    color: var(--base);
    font-size: 12px;
    text-decoration: none;
    max-width: max-content;
    padding: 4px 12px 4px 12px;
    width: 181px;
    border-radius: 24px;
}

.hero-title {
    font-family: Noto Serif;
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -4%;
    text-align: center;
    color: var(--base);
    margin-top: 30px;
    margin-bottom: 60px;
}

.hero-pilares-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.hero-description {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--base);
    margin-top: 60px;
    margin-bottom: 30px;
}