/*** About ***/
.about-experience {
    background-color: var(--vermelho_escuro);

    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-experience h1, small {
    color: white !important;
}

#num {
    z-index: 1;
}

