.container-pilar {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 120px;
}

.subtitle {
    color: orange;
    text-align:center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1px;
}

.title {
    text-align:center;
    font-size: 90px;
    font-weight: bold;
}

.circle-container-pilar {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}

.circle {
    width: 100px;
    height: 100px;
    background-color:orange;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
}