.portfolio-label {
    /* Estilos del contenedor */
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border: 1px solid #c9dff7;
    border-radius: 50px;
    padding: 8px 18px;
    text-align: center;
    margin-bottom: 20px;
}

.portfolio-label .elementor-text-editor {
    /* Estilos del texto */
    font-size: 14px;
    color: #4da5f1;
    font-weight: 500;
    
    /* Elimina el margen y relleno por defecto del texto */
    margin: 0 !important;
    padding: 0 !important;
}
